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

Collapse All | Expand All

(-)vlc-0.6.2.old/modules/codec/ffmpeg/ffmpeg.c (-1 / +1 lines)
Lines 297-303 Link Here
297
        b_ffmpeginit = 1;
297
        b_ffmpeginit = 1;
298
298
299
        msg_Dbg( p_decoder->p_fifo, "libavcodec initialized (interface "
299
        msg_Dbg( p_decoder->p_fifo, "libavcodec initialized (interface "
300
                                    LIBAVCODEC_BUILD_STR ")" );
300
                                    LIBAVCODEC_IDENT ")" );
301
    }
301
    }
302
    else
302
    else
303
    {
303
    {

Return to bug 33826