[FFmpeg-cvslog] r23724 - trunk/libavformat/avformat.h

stefano subversion
Wed Jun 23 00:54:29 CEST 2010


Author: stefano
Date: Wed Jun 23 00:54:29 2010
New Revision: 23724

Log:
Fix date specification accepted by parse_date().

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Tue Jun 22 23:12:42 2010	(r23723)
+++ trunk/libavformat/avformat.h	Wed Jun 23 00:54:29 2010	(r23724)
@@ -1279,7 +1279,7 @@ attribute_deprecated int parse_frame_rat
  * @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.



More information about the ffmpeg-cvslog mailing list