[FFmpeg-soc] BFI

Sisir Koppaka sisir.koppaka at gmail.com
Fri Mar 21 17:44:33 CET 2008


In the BFI wiki page (http://wiki.multimedia.cx/index.php?title=BFI):

bytes 52-55    ( +34) first used palette entry index
 bytes 56-59    ( +38) number of used palette entries
 bytes 60-827   ( +3C) 256 RGB triplets (6-bit VGA palette values)

To set the palette, I'm currently running av_get_packet after setting the
pointer to 60 and setting the stream_index to 0 which is what my video uses.

I) have some confusion with bytes 52-55 and 56-59 - what do they do and how
should I handle them?
2)Am I right in setting the pointer to 60 before calling av_get_packet or
should I set it to 52 or 56?

-----------------
Sisir Koppaka



More information about the FFmpeg-soc mailing list