X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmp3dec.c;h=5bc4ce64dcd1e0bdfd5dbb791b934ad3af45b869;hb=042950542d6ee70fde01e4edbb6e6da38ebbaf27;hp=c06969b058e2137cf8b72c681ae5aa93d261bc83;hpb=045b80e52df7ba9c97084c946b4929000d5f5bc7;p=ffmpeg diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index c06969b058e..5bc4ce64dcd 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3dec.c @@ -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,