]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ccaption_dec.c
avcodec/flacdec: Check for invalid vlcs
[ffmpeg] / libavcodec / ccaption_dec.c
index 33e2130f8e54342b9ded071fe173f44f356cb91a..09ceb1b3bf1c20ce67defffd0f481165a9015e0b 100644 (file)
@@ -831,7 +831,7 @@ static const AVClass ccaption_dec_class = {
 
 AVCodec ff_ccaption_decoder = {
     .name           = "cc_dec",
-    .long_name      = NULL_IF_CONFIG_SMALL("Closed Caption (EIA-608 / CEA-708) Decoder"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Closed Caption (EIA-608 / CEA-708)"),
     .type           = AVMEDIA_TYPE_SUBTITLE,
     .id             = AV_CODEC_ID_EIA_608,
     .priv_data_size = sizeof(CCaptionSubContext),