]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/v4l.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavdevice / v4l.c
index f640c769cd9812b867b9e7ed0fd90e706ee17bbf..c107684bff0f92548d30db8dec13f70f774433ad 100644 (file)
@@ -339,7 +339,7 @@ static int grab_read_close(AVFormatContext *s1)
     return 0;
 }
 
-AVInputFormat v4l_demuxer = {
+AVInputFormat ff_v4l_demuxer = {
     "video4linux",
     NULL_IF_CONFIG_SMALL("Video4Linux device grab"),
     sizeof(VideoData),