View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 108-114    Link Here 
static FLAC__StreamDecoderReadStatus flac_read_callback(
static FLAC__StreamDecoderReadStatus flac_read_callback(
        const FLAC__StreamDecoder *,
        const FLAC__StreamDecoder *,
        FLAC__byte buffer[],
        FLAC__byte buffer[],
        unsigned *bytes,
        size_t *bytes,
        void *client_data)
        void *client_data)
{
{
    FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
    FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;