diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-27 00:06:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-27 00:06:43 +0200 |
commit | 33c4fc0a2d7068b2a5c4627e9e943904d694730d (patch) | |
tree | 52630d00167145250ea3552cf4ecb3084f6e8d18 | |
parent | d41dceb14e0697a53c2ba59d01e3180b0ea724f7 (diff) | |
download | ffmpeg-33c4fc0a2d7068b2a5c4627e9e943904d694730d.tar.gz |
doc/decoders: Add entry for dvbsub and document compute_clut
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/decoders.texi | 17 |
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 |