summaryrefslogtreecommitdiff
path: root/libavfilter/parseutils.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-11-13 13:49:58 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-11-13 13:49:58 +0000
commit521b8607488966a236cee5268a8797f3ed37e1ed (patch)
tree5f8371086260641751d6b15a3471f15d354e86c4 /libavfilter/parseutils.h
parent8f55616fac485ae991019d0d1db13b6ff950fd1a (diff)
improve av_parse_color() to support html formatting
Originally committed as revision 25743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/parseutils.h')
-rw-r--r--libavfilter/parseutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/parseutils.h b/libavfilter/parseutils.h
index e1bd552bd4..a56750c02e 100644
--- a/libavfilter/parseutils.h
+++ b/libavfilter/parseutils.h
@@ -31,7 +31,7 @@
* Put the RGBA values that correspond to color_string in rgba_color.
*
* @param color_string a string specifying a color. It can be the name of
- * a color (case insensitive match) or a 0xRRGGBB[AA] sequence,
+ * a color (case insensitive match) or a [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