diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-29 07:40:12 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-29 07:40:58 +0200 |
commit | f0c15ecd457dbaf9ce6a276b252f993b23ec83fd (patch) | |
tree | 6a98e5c24663fc32c325451af362bcf300d96b0e /doc/syntax.texi | |
parent | 67b763104052a4135ff095a56d446c9691c0d098 (diff) | |
download | ffmpeg-f0c15ecd457dbaf9ce6a276b252f993b23ec83fd.tar.gz |
doc/syntax: escape '@' to fix a warning.
Fix the following warning:
doc/syntax.texi:147: warning: Accent command `@"' must not be followed by whitespace
Diffstat (limited to 'doc/syntax.texi')
-rw-r--r-- | doc/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax.texi b/doc/syntax.texi index f52e7638d2..169fa787f2 100644 --- a/doc/syntax.texi +++ b/doc/syntax.texi @@ -144,7 +144,7 @@ The undefined value can be expressed using the "0:0" string. @section Color It can be the name of a color (case insensitive match) or a -[0x|#]RRGGBB[AA] sequence, possibly followed by "@" and a string +[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 |