[FFmpeg-devel] [PATCH 09/19] binkaudio: eliminate packet_buffer.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jul 29 17:41:54 CEST 2012


On Sun, Jul 29, 2012 at 03:57:27PM +0200, Nicolas George wrote:
> Instead of copying the whole packet, return the exact amount of bytes
> used and rely on the caller to provide the rest of the packet.

I don't think our API allows for that, the bytes used is supposed
to be only informative.
If repacking is needed a parser must be used.


More information about the ffmpeg-devel mailing list