[FFmpeg-devel] [PATCH 2/2] Make eval API public.

Stefano Sabatini stefano.sabatini-lala
Tue Jun 1 19:31:52 CEST 2010


On date Tuesday 2010-06-01 19:05:13 +0200, V?ctor Paesa encoded:
> Hi
> 
> On 2010-06-01, Stefano Sabatini wrote:
> > ---
> >  libavcodec/Makefile      |    1 -
> >  libavcodec/avcodec.h     |    2 +-
> >  libavcodec/eval.c        |  547
> > ----------------------------------------------
> >  libavcodec/eval.h        |  128 -----------
> >  libavcodec/opt.c         |    4 +-
> >  libavcodec/ratecontrol.c |    8 +-
> >  libavcodec/ratecontrol.h |    2 +-
> >  libavutil/Makefile       |    2 +
> >  libavutil/avutil.h       |    2 +-
> >  libavutil/eval.c         |  547
> > ++++++++++++++++++++++++++++++++++++++++++++++
> >  libavutil/eval.h         |  128 +++++++++++
> >  11 files changed, 686 insertions(+), 685 deletions(-)
> >  delete mode 100644 libavcodec/eval.c
> >  delete mode 100644 libavcodec/eval.h
> >  create mode 100644 libavutil/eval.c
> >  create mode 100644 libavutil/eval.h
> 
> I think a Changelog entry is due.

I'm going to add an APIchanges entry in a separate commit, not sure
that we have to advertise that in Changelog since we never used that
for API-related changes.

Regards.
-- 
FFmpeg = Fanciful and Fundamental Magnificient Puritan Ecletic Guru



More information about the ffmpeg-devel mailing list