diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-16 22:25:08 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-16 22:32:47 +0200 |
commit | 9a63a45e48acaee563a7c692a3aaaeaff67545b2 (patch) | |
tree | cbe1e3afa01cf4b162cb1098f48bb92696d88df7 /doc/utils.texi | |
parent | 37d6b2b4e6f858a984b6af19410dc60294c98e99 (diff) | |
download | ffmpeg-9a63a45e48acaee563a7c692a3aaaeaff67545b2.tar.gz |
doc/utils: fix docs build
Not sure this is the correct solution but that can be investigated too once
the docs build again
Tested-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/utils.texi')
-rw-r--r-- | doc/utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/utils.texi b/doc/utils.texi index 9c9a47bb98..16101f018f 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 -@code{[0x|#]RRGGBB[AA]} sequence, possibly followed by @samp{@@} and a string +@code{[0x|#]RRGGBB[AA]} sequence, possibly followed by @@ and a string representing the alpha component. The alpha component may be a string composed by "0x" followed by an |