My observation of the current state of palette storage in FFmpeg is as follows:

On the demuxer side, side data packets are usually used for the palette, except for nut, where the palette is appended to the video data in each packet, in the same way as on the muxer side.

On the muxer side, the palette is appended to the video data in each packet. No side data is currently used.

Mats

--
Mats Peterson
http://matsp888.no-ip.org/~mats/
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to