]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swfdec.c
lavf/movenc: fix invalid free with timecode meta and tmcd data copy.
[ffmpeg] / libavformat / swfdec.c
index 10a2ed733a309894b4ac2d75952d088dac915e2c..f74f453a85dc1e3257c6d07cbd60e1b366218b81 100644 (file)
@@ -276,7 +276,7 @@ static av_cold int swf_read_close(AVFormatContext *avctx)
 
 AVInputFormat ff_swf_demuxer = {
     .name           = "swf",
-    .long_name      = NULL_IF_CONFIG_SMALL("Flash format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("SWF (ShockWave Flash)"),
     .priv_data_size = sizeof(SWFContext),
     .read_probe     = swf_probe,
     .read_header    = swf_read_header,