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

Stefano Sabatini stefano.sabatini-lala
Thu Jun 3 00:37:30 CEST 2010


On date Tuesday 2010-06-01 13:09:42 +0100, M?ns Rullg?rd encoded:
> Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:
> 
> > ---
> >  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
> 
> Use git diff -M to handle renames properly.

Patch attached. I'll apply the patch in few days if there are not
comments on it (note that the API has been discussed since months and
Michael already approved publication).

Regards.
-- 
FFmpeg = Fiendish and Funny Minimalistic Portable Evil Gnome



More information about the ffmpeg-devel mailing list