]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cdg.c
matroskaenc: Implement support for ALAC
[ffmpeg] / libavformat / cdg.c
index e93a6b29d1ebec0b9172820b638ec7073f956b7e..256fc21873c43466729a6c3e05ababbd7d8532be 100644 (file)
@@ -71,7 +71,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
 
 AVInputFormat ff_cdg_demuxer = {
     .name           = "cdg",
-    .long_name      = NULL_IF_CONFIG_SMALL("CD Graphics Format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("CD Graphics"),
     .read_header    = read_header,
     .read_packet    = read_packet,
     .flags          = AVFMT_GENERIC_INDEX,