]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mp3dec.c
asfdec: ensure that the whole tag is read.
[ffmpeg] / libavformat / mp3dec.c
index c06969b058e2137cf8b72c681ae5aa93d261bc83..5bc4ce64dcd1e0bdfd5dbb791b934ad3af45b869 100644 (file)
@@ -185,7 +185,7 @@ static int mp3_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat mp3_demuxer = {
+AVInputFormat ff_mp3_demuxer = {
     "mp3",
     NULL_IF_CONFIG_SMALL("MPEG audio layer 2/3"),
     0,