[FFmpeg-soc] BFI

Michael Niedermayer michaelni at gmx.at
Fri Apr 11 20:56:38 CEST 2008


On Fri, Apr 11, 2008 at 09:03:47PM +0530, Sisir Koppaka wrote:
> I wanted to confirm some things about the decoder:
> 1. When sending the decoded data to the output buffer, should we just send
> the indices or should we locate the RGB triplets corresponding to a index

just the indices


> and then send them to the output buffer? (Does ffmpeg have any functions to
> automatically do this/ is the output we send into the output buffer the
> final one that goes to the display hardware?)
> 2. From the av_logs, I see that the decode_init is being called right before
> any of the chunks are actually identified...but the decode_close function
> doesn't seem to be called anywhere(it's av_log is not being displayed) and I
> am having to do a manual pkill everytime I play a BFI file. 

> Is there special
> return value that decode_frame should return to indicate that decode_close
> should be called? 

no


> Or any thing else that is necessary for the decode_close
> function to be called?

It should be called automatically.

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20080411/33416b60/attachment.pgp>


More information about the FFmpeg-soc mailing list