[FFmpeg-cvslog] lavc: Describe eia_608 as text subtitles.

Carl Eugen Hoyos git at videolan.org
Thu Aug 27 16:43:51 CEST 2015


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Aug 27 16:42:39 2015 +0200| [0382c546cc937474a95efc408d257512d7843bff] | committer: Carl Eugen Hoyos

lavc: Describe eia_608 as text subtitles.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0382c546cc937474a95efc408d257512d7843bff
---

 libavcodec/codec_desc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 729e855..c172bf8 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,



More information about the ffmpeg-cvslog mailing list