changeset 6165:df361adebc1d libavformat

Fix date specification accepted by parse_date().
author stefano
date Tue, 22 Jun 2010 22:54:29 +0000
parents 72ea866c62fd
children 474f78ca41d8
files avformat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.