[Ffmpeg-devel] [PATCH] simple internal lzo decoder

Diego Biurrun diego
Thu Jan 12 22:53:38 CET 2006


On Thu, Jan 12, 2006 at 06:58:44PM +0100, Reimar D?ffinger wrote:
> 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.

It would be interesting if you could compare the performance and
possibley remove the native lzo decoder from MPlayer.

Diego





More information about the ffmpeg-devel mailing list