[FFmpeg-devel] [PATCH] add support for "Forward Uncompressed" (issue1467)

Kostya kostya.shishkov
Tue Oct 13 20:24:59 CEST 2009


On Tue, Oct 13, 2009 at 08:09:27PM +0200, Reimar D?ffinger wrote:
> On Tue, Oct 13, 2009 at 08:02:02PM +0200, Michael Niedermayer wrote:
> > On Tue, Oct 13, 2009 at 07:54:09PM +0200, Reimar D?ffinger wrote:
> > > On Tue, Oct 13, 2009 at 07:38:11PM +0200, Michael Niedermayer wrote:
> > [...]
> > > > > +static av_cold int decode_close(AVCodecContext *avctx)
> > > > > +{
> > > > > +    av_freep(&avctx->coded_frame);
> > > > > +
> > > > > +    return 0;
> > > > > +}
> > > > 
> > > > missing release_buffer()
> > > 
> > > Hm... at least v210dec.c and v210x.c lack that, too...
> > 
> > feel free to add it
> 
> Well, I will, but I could use some help, because the complete list is:
[...]

> indeo2.c
> loco.c
> qdrw.c
> truemotion2.c
> ulti.c
> wnv1.c
> xl.c

As a maintainer of following files I can do the changes on them if you
show an example.



More information about the ffmpeg-devel mailing list