]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iff.c
rtmp: do not warn about receiving metadata packets
[ffmpeg] / libavformat / iff.c
index 8ed68125cb3f21086aa1a2e40afbe9d39b466f04..596901586b7c3ace65ba1b2fd2118482003c2aa6 100644 (file)
@@ -281,8 +281,8 @@ static int iff_read_packet(AVFormatContext *s,
 }
 
 AVInputFormat ff_iff_demuxer = {
-    .name           = "IFF",
-    .long_name      = NULL_IF_CONFIG_SMALL("Interchange File Format"),
+    .name           = "iff",
+    .long_name      = NULL_IF_CONFIG_SMALL("IFF (Interchange File Format)"),
     .priv_data_size = sizeof(IffDemuxContext),
     .read_probe     = iff_probe,
     .read_header    = iff_read_header,