diff options
author | Marton Balint <cus@passwd.hu> | 2020-06-09 01:31:00 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-06-14 20:00:02 +0200 |
commit | 16d29c1be80eda9ab5e2fb92b9cd300a88e5d449 (patch) | |
tree | 7218dfc9ba00c4437607c5eb771c3acce58e2d6b /doc/decoders.texi | |
parent | 584d334afd59714ed04637a9227a4f1368c26166 (diff) | |
download | ffmpeg-16d29c1be80eda9ab5e2fb92b9cd300a88e5d449.tar.gz |
avcodec/libzvbi-teletextdec: fix txt_default_region limits
Max region ID is 87. Also the region affects not only the G0 charset but G2 and
the national subset as well.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 0c5a39bc9c..9005714e3c 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -317,7 +317,7 @@ 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_default_region -Set default G0 character set used for decoding, a value between 0 and 80 (see +Set default character set used for decoding, a value between 0 and 87 (see ETS 300 706, Section 15, Table 32). Default value is -1, which does not override the libzvbi default. This option is needed for some legacy level 1.0 transmissions which cannot signal the proper charset. |