diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-27 16:31:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-04 14:24:13 +0200 |
commit | 3f87a17063314dd161d389761f5baa1cda8e61f1 (patch) | |
tree | dc31253d9825c411f3ad752875d6d38e93b748ca /doc/decoders.texi | |
parent | f6518e51b8ed9909bb70ddeae24cff2a15bfa391 (diff) | |
download | ffmpeg-3f87a17063314dd161d389761f5baa1cda8e61f1.tar.gz |
avcodec/dvbsubdec: Allow selecting the substream, or all substreams
Fixes Ticket 2161
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 5f7110c3ab..a6eb573a89 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -209,6 +209,8 @@ Never compute CLUT @item 1 Always compute CLUT and override the one provided in the stream. @end table +@item dvb_substream +Selects the dvb substream, or all substreams if -1 which is default. @end table |