[FFmpeg-soc] BFI
Sisir Koppaka
sisir.koppaka at gmail.com
Sun Mar 30 15:08:34 CEST 2008
>From the BFI video decompression algo:
2 : skip chain
if length is zero, read two more bytes of the length
if length still zero, finish the decompression
leave (length) bytes of the output unchanged from the last frame
To leave length bytes of output unchanged i just have to *not* write
anything to those bytes, right? Or do I have write code to remember the
previous frame and all?
-----------------
Sisir Koppaka
More information about the FFmpeg-soc
mailing list