mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodecc/ccaption_dec: remove extra word from long codec description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
45ff6ef50e
commit
b4a13d442a
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user