]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rawvideodec.c
lavf/movenc: fix invalid free with timecode meta and tmcd data copy.
[ffmpeg] / libavformat / rawvideodec.c
index da80ae9c19af6ceb9a7a1f39359b40ff7e91ecc8..c349a5338f849131c8b4d12a789ba013c6346c85 100644 (file)
@@ -62,7 +62,7 @@ static const AVClass rawvideo_demuxer_class = {
 
 AVInputFormat ff_rawvideo_demuxer = {
     .name           = "rawvideo",
-    .long_name      = NULL_IF_CONFIG_SMALL("raw video format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("raw video"),
     .priv_data_size = sizeof(FFRawVideoDemuxerContext),
     .read_header    = ff_raw_read_header,
     .read_packet    = rawvideo_read_packet,