[FFmpeg-devel] [PATCH 2/5] Deprecate parse_date() in favor of av_parse_time().

Måns Rullgård mans
Wed Feb 16 13:34:32 CET 2011


Anton Khirnov <anton at khirnov.net> writes:

> From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
>
> The new av_parse_time() is created in libavutil/parseutils.h, all the
> internal functions used by parse_date are moved to
> libavutil/parseutils.c and made static.
> ---
>  cmdutils.c             |    5 +-
>  libavformat/avformat.h |   29 +-----
>  libavformat/cutils.c   |  110 ----------------------
>  libavformat/internal.h |    3 -
>  libavformat/utils.c    |  124 ++-----------------------
>  libavformat/version.h  |    3 +
>  libavutil/parseutils.c |  237 ++++++++++++++++++++++++++++++++++++++++++++++++
>  libavutil/parseutils.h |   34 +++++++
>  8 files changed, 291 insertions(+), 254 deletions(-)

LGTM, queued.  Will push later today if no objections.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list