flacenc: Move a scratch buffer to struct used by the function
This avoids allocating/freeing memory at every function call, checking its return value, and carrying the error around.
Please register or sign in to comment
This avoids allocating/freeing memory at every function call, checking its return value, and carrying the error around.