[FFmpeg-devel] [PATCH] doc/utils: properly escape '@' character

Timothy Gu timothygu99 at gmail.com
Thu Oct 17 05:38:40 CEST 2013


Addresses 9a63a45e48acaee563a7c692a3aaaeaff67545b2

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 doc/utils.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/utils.texi b/doc/utils.texi
index 16101f0..58cb991 100644
--- a/doc/utils.texi
+++ b/doc/utils.texi
@@ -284,7 +284,7 @@ The undefined value can be expressed using the "0:0" string.
 @section Color
 
 It can be the name of a color as defined below (case insensitive match) or a
- at code{[0x|#]RRGGBB[AA]} sequence, possibly followed by @@ and a string
+ at code{[0x|#]RRGGBB[AA]} sequence, possibly followed by @samp{@@@@} and a string @c It's actually @@, but Texinfo needs escaping
 representing the alpha component.
 
 The alpha component may be a string composed by "0x" followed by an
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list