[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
Sun Nov 7 16:25:48 CET 2010


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



More information about the ffmpeg-devel mailing list