[FFmpeg-devel] [PATCH 2/2] Deprecate avcodec_check_dimensions() in favor of the new function av_check_image_size() declared in libavcore/imgutils.h.

Stefano Sabatini stefano.sabatini-lala
Fri Aug 6 11:42:57 CEST 2010


On date Wednesday 2010-08-04 14:43:42 +0200, Michael Niedermayer encoded:
> On Mon, Aug 02, 2010 at 04:12:51PM +0200, Stefano Sabatini wrote:
> > On date Friday 2010-07-30 12:13:57 +0200, Stefano Sabatini encoded:
> > > ---
> > >  libavcodec/avcodec.h |   10 ++++------
> > >  libavcodec/utils.c   |    8 +++-----
> > >  libavcore/imgutils.c |    9 +++++++++
> > >  libavcore/imgutils.h |   10 ++++++++++
> > >  libavfilter/vf_pad.c |    2 +-
> > >  5 files changed, 27 insertions(+), 12 deletions(-)
> > 
> > Attached another variant, which allows to apply a log level offset,
> > for example for disabling logging.
> > 
> > This allows to eliminate the last dependency of libavfilter on
> > libavcodec.
> > 
> > I'll remove the use of the deprecated function with another commit if
> > this is approved.
> > 
> > Regards.
> > -- 
> > FFmpeg = Freak and Fancy Mere Ponderous Extended Gospel
> 
> >  libavcodec/avcodec.h |   11 +++++------
> >  libavcodec/utils.c   |    8 +++-----
> >  libavcore/imgutils.c |   19 +++++++++++++++++++
> >  libavcore/imgutils.h |   13 +++++++++++++
> >  4 files changed, 40 insertions(+), 11 deletions(-)
> > cdd57a67f452d8411dbebb66a729ec8768339a41  0001-Deprecate-avcodec_check_dimensions-in-favor-of-the-n.patch
> > From 9994afad39ba2b7ff4dc89ff7af18b366da2fcf7 Mon Sep 17 00:00:00 2001
> > From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> > Date: Fri, 30 Jul 2010 12:12:59 +0200
> > Subject: [PATCH 1/1] Deprecate avcodec_check_dimensions() in favor of the new function
> >  av_check_image_size() declared in libavcore/imgutils.h.
> 
> looks ok

Applied.
-- 
FFmpeg = Free and Funny Magical Ponderous Erudite Guide



More information about the ffmpeg-devel mailing list