1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

lavc: Describe eia_608 as text subtitles.

This commit is contained in:
Carl Eugen Hoyos 2015-08-27 16:42:39 +02:00
parent 6701c92fa4
commit 0382c546cc

View File

@ -2670,6 +2670,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.type = AVMEDIA_TYPE_SUBTITLE,
.name = "eia_608",
.long_name = NULL_IF_CONFIG_SMALL("EIA-608 closed captions"),
.props = AV_CODEC_PROP_TEXT_SUB,
},
{
.id = AV_CODEC_ID_JACOSUB,