[FFmpeg-devel] maintainer duties (was: Re: [PATCH] fix speex sample)

Ronald S. Bultje rsbultje
Sat Apr 11 15:23:49 CEST 2009


Hi,

On Sat, Apr 11, 2009 at 7:49 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> It has been decided to put the palette in the AVPackets
> how to do this is a question per decoder and per demuxer, some may have a
> natural way to pass the palette, some might even say in a spec how to do it
> (though i guess that would be the exception if it applies to any at all)
> the rest could just have a 'P'<len> vs. 'D' prefixed to packets

I think I said this before, I don't like this (conceptually). Can't we
just add a PKT_FLAG_PALETTE? It's exactly the same as a prefix, except
that it does not actually touch the bitstream. Now that Thilo added
all these AVPackets to the decode() functions, let's use them.

Ronald



More information about the ffmpeg-devel mailing list