Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246148 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- picard-0.10/picard/musicdns/avcodec.c.org   2008-11-09 12:47:41.000000000 +0100
0
++ picard-0.10/picard/musicdns/avcodec.c       2008-11-09 12:47:49.000000000 +0100
Lines 278-284 Link Here
278
        data = packet.data;
278
        data = packet.data;
279
        while (size > 0) {
279
        while (size > 0) {
280
            len = avcodec_decode_audio(codec_context, (int16_t *)buffer_ptr, &output_size, data, size);
280
            output_size = buffer_size + AVCODEC_MAX_AUDIO_FRAME_SIZE;
281
            len = avcodec_decode_audio2(codec_context, (int16_t *)buffer_ptr, &output_size, data, size);
281
            if (len < 0)
282
            if (len < 0)
282
                break;
283
                break;

Return to bug 246148