diff options
author | Nicholas Robbins <nickrobbins-at-yahoo.com@ffmpeg.org> | 2014-09-22 15:31:35 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-22 23:35:49 +0200 |
commit | bdb7f08666832838474c37c4b71f29c98f8bbcb2 (patch) | |
tree | 6452c8214166ea9e8c98d3a7154e0364e2ddb1ba /doc | |
parent | c7d21dee2856da817b5c1ce3746adbcce5420f9e (diff) | |
download | ffmpeg-bdb7f08666832838474c37c4b71f29c98f8bbcb2.tar.gz |
doc/decoders: adding documentation for lavc/dvdsubdec.c option "forced_subs_only"
Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/decoders.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 6910dc1c61..ae20cea9d3 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -190,6 +190,11 @@ The format for this option is a string containing 16 24-bits hexadecimal numbers (without 0x prefix) separated by comas, for example @code{0d00ee, ee450d, 101010, eaeaea, 0ce60b, ec14ed, ebff0b, 0d617a, 7b7b7b, d1d1d1, 7b2a0e, 0d950c, 0f007b, cf0dec, cfa80c, 7c127b}. + +@item forced_subs_only +Only decode subtitle entries marked as forced. Some titles have forced +and non-forced subtitles in the same track. Setting this flag to @code{1} +will only keep the forced subtitles. Default value is @code{0}. @end table @section libzvbi-teletext |