diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-08-27 16:42:39 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-08-27 16:42:39 +0200 |
commit | 0382c546cc937474a95efc408d257512d7843bff (patch) | |
tree | 27ed71296368f3a2bb5467aef848568e9ba3c450 /libavcodec | |
parent | 6701c92fa4269872856c70c3170a9b3291b46247 (diff) | |
download | ffmpeg-0382c546cc937474a95efc408d257512d7843bff.tar.gz |
lavc: Describe eia_608 as text subtitles.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/codec_desc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 729e855b90..c172bf8ab9 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -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, |