[FFmpeg-cvslog] r23725 - trunk/libavformat/avformat.h
stefano
subversion
Wed Jun 23 00:54:32 CEST 2010
Author: stefano
Date: Wed Jun 23 00:54:32 2010
New Revision: 23725
Log:
Mention how "now" is interpreted in the parse_date() doxy.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Wed Jun 23 00:54:29 2010 (r23724)
+++ trunk/libavformat/avformat.h Wed Jun 23 00:54:32 2010 (r23725)
@@ -1279,8 +1279,9 @@ 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|t| ]]{{HH[:MM[:SS[.m...]]]}|{HH[MM[SS[.m...]]]}}[Z|z]
+ * now|{[{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH[:MM[:SS[.m...]]]}|{HH[MM[SS[.m...]]]}}[Z|z]}
* @endcode
+ * If the value is "now" it takes the current time.
* Time is local time unless Z is appended, in which case it is
* interpreted as UTC.
* If the year-month-day part is not specified it takes the current
More information about the ffmpeg-cvslog
mailing list