diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-01-25 11:00:13 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-01-25 12:00:02 +0100 |
commit | b4a13d442a5161c3f40b8f465379d2f70f002830 (patch) | |
tree | 99ea3cba713785c06333e4d056ea88c445efcf0d /libavcodec | |
parent | 45ff6ef50e2ada0c473ee662f84957186e06a232 (diff) | |
download | ffmpeg-b4a13d442a5161c3f40b8f465379d2f70f002830.tar.gz |
avcodecc/ccaption_dec: remove extra word from long codec description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ccaption_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c index 33e2130f8e..09ceb1b3bf 100644 --- a/libavcodec/ccaption_dec.c +++ b/libavcodec/ccaption_dec.c @@ -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), |