]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/idroqdec.c
lavf/movenc: fix invalid free with timecode meta and tmcd data copy.
[ffmpeg] / libavformat / idroqdec.c
index 096ada2ba9835c0296cc09e4e609f4e2a7d69a4a..d832e354a3fff80cbf5f8b8fff465a38a8f270b8 100644 (file)
@@ -220,8 +220,8 @@ static int roq_read_packet(AVFormatContext *s,
 }
 
 AVInputFormat ff_roq_demuxer = {
-    .name           = "RoQ",
-    .long_name      = NULL_IF_CONFIG_SMALL("id RoQ format"),
+    .name           = "roq",
+    .long_name      = NULL_IF_CONFIG_SMALL("id RoQ"),
     .priv_data_size = sizeof(RoqDemuxContext),
     .read_probe     = roq_probe,
     .read_header    = roq_read_header,