[flac-dev] About Decode Streaming

Robert Kausch robert.kausch at freac.org
Tue Jul 2 08:49:56 PDT 2013


Source and destination buffers are in the wrong order in your call to 
memcpy. Argument order must be dest, src, size instead of src, dest, size.

Am 02.07.2013 17:24, schrieb Burak Orçun Özkablan:
> *// copy buffer array to m_pile_array*
> *if(input_pile_size > 0) {*
> *memcpy(input_pile_array, buffer, input_pile_size);*
> **bytes = input_pile_size;// = 0;*



More information about the flac-dev mailing list