Michael Niedermayer <[EMAIL PROTECTED]> added the comment:

On Tue, Sep 16, 2008 at 09:21:48AM +0000, Benjamin Larsson wrote:
> It would be nice with a list of demuxer that should be fixed.

grep -l palctrl trunk/libav*/*c

> And one example to
> look at.

The palette goes in AVPacket.data, this shouldnt need big examples
it has to be investigated on a case by case basis how to do this best

some codecs might already have a clean syntax for it that is taken
apart for AVPalette now. Others might lack such syntax in which case
a byte could be prepended to AVPacket.data to identify which contains a
palette. For the later case the format used for the palette should
also match between all such codecs.

[...]

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue252>
______________________________________________________

Reply via email to