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

Reimar Döffinger Reimar.Doeffinger
Tue Oct 13 20:09:27 CEST 2009


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:
avs.c
bethsoftvid.c
cljr.c
cyuv.c
ffv1.c
huffyuv.c
indeo2.c
indeo3.c
loco.c
mdec.c
mjpegdec.c
pngdec.c
pnm.c
qdrw.c
svq1enc.c
truemotion2.c
ulti.c
v210dec.c
v210x.c
vcr1.c
wnv1.c
xl.c



More information about the ffmpeg-devel mailing list