Mercurial > libavformat.hg
changeset 6166:474f78ca41d8 libavformat
Mention how "now" is interpreted in the parse_date() doxy.
author | stefano |
---|---|
date | Tue, 22 Jun 2010 22:54:32 +0000 |
parents | df361adebc1d |
children | 7827c07e6813 |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Tue Jun 22 22:54:29 2010 +0000 +++ b/avformat.h Tue Jun 22 22:54:32 2010 +0000 @@ -1279,8 +1279,9 @@ * @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