]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flvdec.c
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
[ffmpeg] / libavformat / flvdec.c
index b3592611e91f2765fbb6961a9fa41515c16796bd..e442caca647b72a07117326df043dd3d89e0f73e 100644 (file)
@@ -491,7 +491,7 @@ static int flv_read_seek2(AVFormatContext *s, int stream_index,
 }
 #endif
 
-AVInputFormat flv_demuxer = {
+AVInputFormat ff_flv_demuxer = {
     "flv",
     NULL_IF_CONFIG_SMALL("FLV format"),
     sizeof(FLVContext),