You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
Define device_try_init() as static in libavdevice/v4l2.c.
Patch by Reinhard Tartler (siretart AT tauware DOT de). Originally committed as revision 21004 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Luca Abeni
parent
f412d5e97a
commit
8040c3b250
@@ -546,7 +546,7 @@ static int v4l2_set_parameters( AVFormatContext *s1, AVFormatParameters *ap )
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint32_t device_try_init(AVFormatContext *s1,
|
||||
static uint32_t device_try_init(AVFormatContext *s1,
|
||||
const AVFormatParameters *ap,
|
||||
int *width,
|
||||
int *height,
|
||||
|
Reference in New Issue
Block a user