[FFmpeg-devel] [PATCH] Musepack SV8 demuxer and decoder

Kostya kostya.shishkov
Mon Nov 5 08:06:40 CET 2007


On Mon, Nov 05, 2007 at 02:10:06AM +0100, Michael Niedermayer wrote:
> On Sun, Nov 04, 2007 at 04:47:46PM +0200, Kostya wrote:
[...]
> > > still theres no sense or need for realloc() and memcpy()
> > 
> > Removed
> 
> [...]
> > +        c->bits = av_realloc(c->bits, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
> > +        memcpy(c->bits, buf, buf_size);
> 
> doesnt seem so

Oops, removed dependency but forgot to remove actual code.
 
> [...]
> -- 
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpc8.patch.gz
Type: application/x-gzip
Size: 11392 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071105/e8d95cb9/attachment.bin>



More information about the ffmpeg-devel mailing list