summaryrefslogtreecommitdiffstats
path: root/libavcodec/ccaption_dec.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-01-25 11:00:13 +0100
committerPaul B Mahol <onemda@gmail.com>2017-01-25 12:00:02 +0100
commitb4a13d442a5161c3f40b8f465379d2f70f002830 (patch)
tree99ea3cba713785c06333e4d056ea88c445efcf0d /libavcodec/ccaption_dec.c
parent45ff6ef50e2ada0c473ee662f84957186e06a232 (diff)
downloadffmpeg-streaming-b4a13d442a5161c3f40b8f465379d2f70f002830.zip
ffmpeg-streaming-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/ccaption_dec.c')
-rw-r--r--libavcodec/ccaption_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ccaption_dec.c b/libavcodec/ccaption_dec.c
index 33e2130..09ceb1b 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),
OpenPOWER on IntegriCloud