[FFmpeg-devel] [PATCH 4/4] Move internal function ff_set_systematic_pal() to libavcore, and rename it ff_set_systematic_pal2().

Stefano Sabatini stefano.sabatini-lala
Tue Nov 9 23:22:15 CET 2010


On date Tuesday 2010-11-09 17:45:09 +0100, Michael Niedermayer encoded:
> On Sun, Nov 07, 2010 at 04:25:48PM +0100, Stefano Sabatini wrote:
> > On date Sunday 2010-11-07 16:17:10 +0100, Stefano Sabatini encoded:
> > > ---
> > >  libavcodec/imgconvert.c |   41 +++--------------------------------------
> > >  libavcodec/imgconvert.h |    3 ++-
> > >  libavcodec/rawdec.c     |    2 +-
> > >  libavcodec/utils.c      |    2 +-
> > >  libavcore/imgutils.c    |   41 +++++++++++++++++++++++++++++++++++++++++
> > >  libavcore/internal.h    |   31 +++++++++++++++++++++++++++++++
> > >  6 files changed, 79 insertions(+), 41 deletions(-)
> > >  create mode 100644 libavcore/internal.h
> > 
> > That's because I need to use this function in lavfi when allocating
> > new frames (and possibly use it in av_image_alloc()), and seems
> > required for fixing some lavfi regression with paletted formats.
> > 
> > I don't know if it is a good idea to make this function public.
> > -- 
> > FFmpeg = Fostering Furious Miracolous Ponderous Enhancing Governor
> 
> >  libavcodec/imgconvert.c |   42 ++++--------------------------------------
> >  libavcodec/imgconvert.h |    3 ++-
> >  libavcodec/rawdec.c     |    3 ++-
> >  libavcodec/utils.c      |    3 ++-
> >  libavcore/imgutils.c    |   41 +++++++++++++++++++++++++++++++++++++++++
> >  libavcore/internal.h    |   31 +++++++++++++++++++++++++++++++
> >  6 files changed, 82 insertions(+), 41 deletions(-)
> > bfbb1bbd5a9c6575f505e77fa5164b307e3244c8  0004-Move-internal-function-ff_set_systematic_pal-to-liba.patch
> > From 97ac22493a075077921a61dac68c319779a541ac Mon Sep 17 00:00:00 2001
> > From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> > Date: Sun, 7 Nov 2010 16:16:24 +0100
> > Subject: [PATCH 4/4] Move internal function ff_set_systematic_pal() to libavcore, and
> >  rename it ff_set_systematic_pal2().
> 
> lgtm

Applied.
-- 
FFmpeg = Fostering Friendly Meaningful Pacific Ecstatic Gem



More information about the ffmpeg-devel mailing list