diff options
author | Michael Kuron <michael.kuron@gmail.com> | 2020-02-03 20:42:29 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2020-02-03 23:25:36 +0100 |
commit | beab188c615db49d2855e6a295294c432b59d7ec (patch) | |
tree | bac123ba50948b5a273f69274fe30a60129359bc /doc/decoders.texi | |
parent | 3cdc71348e032cb51de8b240e2385fc55116c752 (diff) | |
download | ffmpeg-beab188c615db49d2855e6a295294c432b59d7ec.tar.gz |
doc: Fix typo for dvdsubdec
Signed-off-by: Michael Kuron <michael.kuron@gmail.com>
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 f18226b350..9094c55e24 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -287,7 +287,7 @@ palette is stored in the IFO file, and therefore not available when reading from dumped VOB files. The format for this option is a string containing 16 24-bits hexadecimal -numbers (without 0x prefix) separated by comas, for example @code{0d00ee, +numbers (without 0x prefix) separated by commas, for example @code{0d00ee, ee450d, 101010, eaeaea, 0ce60b, ec14ed, ebff0b, 0d617a, 7b7b7b, d1d1d1, 7b2a0e, 0d950c, 0f007b, cf0dec, cfa80c, 7c127b}. |