From: Stefano Sabatini Date: Tue, 22 Jun 2010 22:54:32 +0000 (+0000) Subject: Mention how "now" is interpreted in the parse_date() doxy. X-Git-Tag: v0.7b1~3660 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcd10c4f00861ed60906fba12b9610ef99ce8131;p=platform%2Fupstream%2Flibav.git Mention how "now" is interpreted in the parse_date() doxy. Originally committed as revision 23725 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 71e241d..6b19e74 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1279,8 +1279,9 @@ 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|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