[FFmpeg-devel] [PATCH] HAM6/HAM8 support for IFF demuxer/decoder

Ronald S. Bultje rsbultje
Thu May 6 20:27:23 CEST 2010


Hi,

On Thu, May 6, 2010 at 2:22 PM, Sebastian Vater
<cdgs.basty at googlemail.com> wrote:
> The private data is now required for HAM support in
> ff_cmap_read_palette, the code calling this in demuxer was never touched
> by me.

I think it's easiest if you add a new function to which you add all
your new stuff, call the ff_cmap_() function from there and add a call
to your new function whereever the decoder used to call ff_cmap_..()
(only in the decoder).

Ronald



More information about the ffmpeg-devel mailing list