diff options
author | Senthilnathan M <senthilnathan.maadasamy@gmail.com> | 2013-02-20 09:51:06 +0530 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-22 23:43:46 +0100 |
commit | 12a269a5229d3a37be0743fc9655f743ebc44b6e (patch) | |
tree | 0294970f493da9d0fc4f798a9b016e809f5d864a /libavutil/parseutils.h | |
parent | 239b88c284af3025513e5cac6e318d1f9a9cdd71 (diff) | |
download | ffmpeg-12a269a5229d3a37be0743fc9655f743ebc44b6e.tar.gz |
lavu/parseutils: allow MM:SS format for duration in av_parse_time()
Fix trac ticket #2258.
Signed-off-by: Senthilnathan M <senthilnathan.maadasamy@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavutil/parseutils.h')
-rw-r--r-- | libavutil/parseutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/parseutils.h b/libavutil/parseutils.h index 1f56a7a7cc..80ba2b74fc 100644 --- a/libavutil/parseutils.h +++ b/libavutil/parseutils.h @@ -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 |