Commit 85437d72 authored by lucabe's avatar lucabe

Define device_try_init() as static in libavdevice/v4l2.c.

Patch by Reinhard Tartler (siretart AT tauware DOT de).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21004 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96abe653
...@@ -546,7 +546,7 @@ static int v4l2_set_parameters( AVFormatContext *s1, AVFormatParameters *ap ) ...@@ -546,7 +546,7 @@ static int v4l2_set_parameters( AVFormatContext *s1, AVFormatParameters *ap )
return 0; return 0;
} }
uint32_t device_try_init(AVFormatContext *s1, static uint32_t device_try_init(AVFormatContext *s1,
const AVFormatParameters *ap, const AVFormatParameters *ap,
int *width, int *width,
int *height, int *height,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment