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

Collapse All | Expand All

(-)src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp.orig (-1 / +1 lines)
Lines 40-46 Link Here
40
    m_context(0),
40
    m_context(0),
41
    m_packet_data(0),
41
    m_packet_data(0),
42
    m_bytes_remaining(0),
42
    m_bytes_remaining(0),
43
    m_audio_buffer((AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2),
43
    m_audio_buffer((192000 * 3) / 2),
44
    m_audio_buf_size(0),
44
    m_audio_buf_size(0),
45
    m_audio_buf_index(0),
45
    m_audio_buf_index(0),
46
    m_end_of_stream(false),
46
    m_end_of_stream(false),

Return to bug 510542