Browse Source

doc/decoders: Add entry for dvbsub and document compute_clut

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 9 years ago
parent
commit
33c4fc0a2d
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      doc/decoders.texi

+ 17
- 0
doc/decoders.texi View File

@@ -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


Loading…
Cancel
Save