mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavu/parseutils: remove spurious "]]" in date format specification
This commit is contained in:
parent
12a269a522
commit
ce84c14ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue