diff mbox series

[FFmpeg-devel,1/3] doc: Fix typo for dvdsubdec

Message ID 20200203194231.2448-1-michael.kuron@gmail.com
State Accepted
Headers show
Series [FFmpeg-devel,1/3] doc: Fix typo for dvdsubdec | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Michael Kuron Feb. 3, 2020, 7:42 p.m. UTC
Signed-off-by: Michael Kuron <michael.kuron@gmail.com>
---
 doc/decoders.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Carl Eugen Hoyos Feb. 3, 2020, 10:26 p.m. UTC | #1
Am Mo., 3. Feb. 2020 um 20:49 Uhr schrieb Michael Kuron
<michael.kuron@gmail.com>:
>
> Signed-off-by: Michael Kuron <michael.kuron@gmail.com>
> ---
>  doc/decoders.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/decoders.texi b/doc/decoders.texi
> index 0582b018b0..83515ae363 100644
> --- a/doc/decoders.texi
> +++ b/doc/decoders.texi
> @@ -280,7 +280,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,

Patch applied.

Thank you, Carl Eugen
diff mbox series

Patch

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 0582b018b0..83515ae363 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -280,7 +280,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}.