From 82fd4f4a077aa0c1c6d7b775323f746a51009152 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 22 Jun 2010 22:54:29 +0000 Subject: Fix date specification accepted by parse_date(). Originally committed as revision 23724 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 861d60e63f..71e241dad0 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1279,7 +1279,7 @@ attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base, * @param datestr String representing a date or a duration. * - If a date the syntax is: * @code - * [{YYYY-MM-DD|YYYYMMDD}]{T| }{HH[:MM[:SS[.m...]]][Z]|HH[MM[SS[.m...]]][Z]} + * [{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH[:MM[:SS[.m...]]]}|{HH[MM[SS[.m...]]]}}[Z|z] * @endcode * Time is local time unless Z is appended, in which case it is * interpreted as UTC. -- cgit v1.2.3