[FFmpeg-devel] [misc-parse-date PATCH 1/5] Fix date specification accepted by parse_date().
Stefano Sabatini
stefano.sabatini-lala
Wed Jun 23 00:54:33 CEST 2010
On date Sunday 2010-06-20 18:50:19 +0200, Stefano Sabatini encoded:
> ---
> libavformat/avformat.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 520750b..1d8db5d 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -1279,7 +1279,7 @@ 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| }{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.
Considered trivial -> applied.
--
FFmpeg = Fundamentalist and Frenzy Mystic Portable Elitist Gospel
More information about the ffmpeg-devel
mailing list