[FFmpeg-soc] BFI

Sisir Koppaka sisir.koppaka at gmail.com
Sat Mar 29 06:48:49 CET 2008


Hi,
I'm passing the palette using extradata to the decoder.
1)Do I have to do this for every frame? BFI has the same palette for all the
frames. Will extradata be refreshed to 0 after every frame by ffmpeg?
2)I'm assuming that in the decoder, I have to put the palette into
data[1](based on the code that I read) and the frame's actual contents into
data[0]. Is this right?
3) Do I have to set the palette in the decoder for every frame? Or will
doing it the first time suffice?
-----------------
Sisir Koppaka



More information about the FFmpeg-soc mailing list