# HG changeset patch # User stefano # Date 1277247269 0 # Node ID df361adebc1d4bedcd952d040d13d4c25a21f2ba # Parent 72ea866c62fdd3b697aff8e71097cfe710603ddd Fix date specification accepted by parse_date(). diff -r 72ea866c62fd -r df361adebc1d avformat.h --- a/avformat.h Tue Jun 22 14:15:00 2010 +0000 +++ b/avformat.h Tue Jun 22 22:54:29 2010 +0000 @@ -1279,7 +1279,7 @@ * @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.