[FFmpeg-cvslog] doc/decoders: Add entry for dvbsub and document compute_clut

Michael Niedermayer git at videolan.org
Mon Jul 27 00:14:55 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Jul 27 00:06:43 2015 +0200| [33c4fc0a2d7068b2a5c4627e9e943904d694730d] | committer: Michael Niedermayer

doc/decoders: Add entry for dvbsub and document compute_clut

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 doc/decoders.texi |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 2a73cc6..5f7110c 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -195,6 +195,23 @@ without this library.
 @chapter Subtitles Decoders
 @c man begin SUBTILES DECODERS
 
+ at section dvbsub
+
+ at subsection Options
+
+ at table @option
+ at item compute_clut
+ at table @option
+ at item -1
+Compute clut if no matching CLUT is in the stream.
+ at item 0
+Never compute CLUT
+ at item 1
+Always compute CLUT and override the one provided in the stream.
+ at end table
+
+ at end table
+
 @section dvdsub
 
 This codec decodes the bitmap subtitles used in DVDs; the same subtitles can



More information about the ffmpeg-cvslog mailing list