aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-08-27 16:42:39 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-08-27 16:42:39 +0200
commit0382c546cc937474a95efc408d257512d7843bff (patch)
tree27ed71296368f3a2bb5467aef848568e9ba3c450 /libavcodec
parent6701c92fa4269872856c70c3170a9b3291b46247 (diff)
downloadffmpeg-0382c546cc937474a95efc408d257512d7843bff.tar.gz
lavc: Describe eia_608 as text subtitles.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/codec_desc.c1
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,