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

Collapse All | Expand All

(-)transcode-1.0.3.orig/export/aud_aux.c (-2 / +1 lines)
Lines 361-368 Link Here
361
361
362
    pthread_mutex_lock(&init_avcodec_lock);
362
    pthread_mutex_lock(&init_avcodec_lock);
363
    avcodec_init();
363
    avcodec_init();
364
    register_avcodec(&ac3_encoder);
364
    avcodec_register_all();
365
    register_avcodec(&mp2_encoder);
366
    pthread_mutex_unlock(&init_avcodec_lock);
365
    pthread_mutex_unlock(&init_avcodec_lock);
367
366
368
    switch (o_codec) {
367
    switch (o_codec) {

Return to bug 184014