summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-05-17 13:28:12 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-05-18 00:38:06 +0200
commit47ef2612889e369cc06b6fb4476386b80345babf (patch)
tree0d52b1393f2ff5433761c310192e80d77451fd5b
parentde2cfb744a207cc09bc961c859d7ae91cb6192b4 (diff)
lavu/parseutils: fix specification for av_parse_time()
-rw-r--r--libavutil/parseutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/parseutils.h b/libavutil/parseutils.h
index a545652d9e..7c7a91f5dd 100644
--- a/libavutil/parseutils.h
+++ b/libavutil/parseutils.h
@@ -112,7 +112,7 @@ int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen,
* @param timestr a string representing a date or a duration.
* - If a date the syntax is:
* @code
- * [{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH[:MM[:SS[.m...]]]}|{HH[MM[SS[.m...]]]}}[Z]
+ * [{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH:MM:SS[.m...]]]}|{HHMMSS[.m...]]]}}[Z]
* now
* @endcode
* If the value is "now" it takes the current time.
@@ -122,7 +122,7 @@ int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen,
* year-month-day.
* - If a duration the syntax is:
* @code
- * [-]HH[:MM[:SS[.m...]]]
+ * [-]HH:MM:SS[.m...]]]
* [-]S+[.m...]
* @endcode
* @param duration flag which tells how to interpret timestr, if not