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:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-27 01:06:43 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-27 01:06:43 +0300
commit33c4fc0a2d7068b2a5c4627e9e943904d694730d (patch)
tree52630d00167145250ea3552cf4ecb3084f6e8d18
parentd41dceb14e0697a53c2ba59d01e3180b0ea724f7 (diff)
doc/decoders: Add entry for dvbsub and document compute_clut
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--doc/decoders.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 2a73cc6536..5f7110c3ab 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -195,6 +195,23 @@ without this library.
@chapter Subtitles Decoders
@c man begin SUBTILES DECODERS
+@section dvbsub
+
+@subsection Options
+
+@table @option
+@item compute_clut
+@table @option
+@item -1
+Compute clut if no matching CLUT is in the stream.
+@item 0
+Never compute CLUT
+@item 1
+Always compute CLUT and override the one provided in the stream.
+@end table
+
+@end table
+
@section dvdsub
This codec decodes the bitmap subtitles used in DVDs; the same subtitles can