Commit b4a13d44 authored by Paul B Mahol's avatar Paul B Mahol

avcodecc/ccaption_dec: remove extra word from long codec description

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 45ff6ef5
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment