]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swfdec.c
In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it
[ffmpeg] / libavformat / swfdec.c
index 64f775f783fc337161318b9ace4afb551db05218..d2a84f0c7f7cfd586567f6c7826eb2f61637a7d5 100644 (file)
@@ -207,7 +207,7 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-AVInputFormat swf_demuxer = {
+AVInputFormat ff_swf_demuxer = {
     "swf",
     NULL_IF_CONFIG_SMALL("Flash format"),
     sizeof(SWFContext),