On Thu, Dec 29, 2011 at 07:40:30AM -0800, Ronald S. Bultje wrote:
> Hi,
> 
> $attached. Makes it use get/release_buffer.
> 
> It's kind of hacky, perhaps I could force edge emulation so that the %
> and / mess isn't necessary, but I don't think performance matters all
> that much for a game codec. If it does, someone else wanna finish
> this?

I don't think you should do all that stuff.

This codec uses LZ77-style compression algorithm on the whole buffer and IMO
it's better to let it uncompress the buffer as it likes and copy it to output.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to