]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mtv.c
lavf/movenc: fix invalid free with timecode meta and tmcd data copy.
[ffmpeg] / libavformat / mtv.c
index 6558a230a2b793ecc07dc0829d5336d1ebca678c..37719caacfc5bd73bd54394c86ee0287a5c8a249 100644 (file)
@@ -194,8 +194,8 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
 }
 
 AVInputFormat ff_mtv_demuxer = {
-    .name           = "MTV",
-    .long_name      = NULL_IF_CONFIG_SMALL("MTV format"),
+    .name           = "mtv",
+    .long_name      = NULL_IF_CONFIG_SMALL("MTV"),
     .priv_data_size = sizeof(MTVDemuxContext),
     .read_probe     = mtv_probe,
     .read_header    = mtv_read_header,