[Ffmpeg-devel] [PATCH] simple internal lzo decoder
Reimar Döffinger
Reimar.Doeffinger
Thu Jan 12 18:58:44 CET 2006
Hi,
On Tue, Jan 10, 2006 at 11:08:08PM +0100, Michael Niedermayer wrote:
> On Tue, Jan 10, 2006 at 10:07:28PM +0100, Reimar D?ffinger wrote:
> [...]
> > +typedef struct LZOContext {
> > + uint8_t *in;
> > + int in_remain;
> > + uint8_t *out;
> > + int out_remain, out_size;
>
> wouldnt in_end and out_end lead to simpler code then the amount of bytes left?
Actually it did, applied with that change.
[...]
Greetings,
Reimar D?ffinger
More information about the ffmpeg-devel
mailing list