Browse Source

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

tags/n1.2
Stefano Sabatini 13 years ago
parent
commit
ce84c14ab1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/parseutils.h

+ 1
- 1
libavutil/parseutils.h View File

@@ -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


Loading…
Cancel
Save