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

Reply via email to