[FFmpeg-devel] [PATCH] ALS decoder

Reimar Döffinger Reimar.Doeffinger
Tue Aug 25 18:03:37 CEST 2009


On Tue, Aug 25, 2009 at 05:38:35PM +0200, Thilo Borgmann wrote:
> > Though personally I'd suggest expanding the memset+increment
> > into a bytestream_fill_byte() that does both.
> If it would be beneficial compared to the other solution, I would
> rewrite it, but I think it will add some kind of bytestream context or
> similar overhead for a one-time usage? (Haven't used bytestream yet).

No, bytestream stuff is just tiny convenience wrappers for stuff like
AV_RL32+pointer increment, no extra context or anything at all.



More information about the ffmpeg-devel mailing list