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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to