Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-08-27 17:42:39 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-08-27 17:42:39 +0300
commit0382c546cc937474a95efc408d257512d7843bff (patch)
tree27ed71296368f3a2bb5467aef848568e9ba3c450
parent6701c92fa4269872856c70c3170a9b3291b46247 (diff)
lavc: Describe eia_608 as text subtitles.
-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,