]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mm.c
avformat: Drop pointless "format" from container long names
[ffmpeg] / libavformat / mm.c
index d25c978ac41d12d31512e1ee6f42935af6aa1711..421c21641cd1ba853a156bdd58fe5c33540c605b 100644 (file)
@@ -188,7 +188,7 @@ static int read_packet(AVFormatContext *s,
 
 AVInputFormat ff_mm_demuxer = {
     .name           = "mm",
-    .long_name      = NULL_IF_CONFIG_SMALL("American Laser Games MM format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("American Laser Games MM"),
     .priv_data_size = sizeof(MmDemuxContext),
     .read_probe     = probe,
     .read_header    = read_header,