diff options
author | Marton Balint <cus@passwd.hu> | 2018-04-28 21:42:34 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-06-10 23:48:23 +0200 |
commit | d9f72e53bfe76b5c40bb444f0a81617dffdfedf4 (patch) | |
tree | 0f7af29ee5e99a734b7dfe0cd0264972a73119e1 /doc | |
parent | 3a56ade1f32ddd118b0984497b7ec7184bdcef20 (diff) | |
download | ffmpeg-d9f72e53bfe76b5c40bb444f0a81617dffdfedf4.tar.gz |
avcodec/libzvbi-teletextdec: add support for selecting subtitle pages only
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/decoders.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index a551d5d0fd..8f07bc1afb 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -248,8 +248,9 @@ configuration. You need to explicitly configure the build with @table @option @item txt_page -List of teletext page numbers to decode. You may use the special * string to -match all pages. Pages that do not match the specified list are dropped. +List of teletext page numbers to decode. Pages that do not match the specified +list are dropped. You may use the special @code{*} string to match all pages, +or @code{subtitle} to match all subtitle pages. Default value is *. @item txt_chop_top Discards the top teletext line. Default value is 1. |