1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

lavu/parseutils: remove spurious "]]" in date format specification

This commit is contained in:
Stefano Sabatini 2013-02-22 23:45:31 +01:00
parent 12a269a522
commit ce84c14ab1

View File

@ -122,7 +122,7 @@ int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen,
* year-month-day. * year-month-day.
* - If a duration the syntax is: * - If a duration the syntax is:
* @code * @code
* [-][HH:]MM:SS[.m...]]] * [-][HH:]MM:SS[.m...]
* [-]S+[.m...] * [-]S+[.m...]
* @endcode * @endcode
* @param duration flag which tells how to interpret timestr, if not * @param duration flag which tells how to interpret timestr, if not