View | Details | Raw Unified | Return to bug 25587
Collapse All | Expand All

(-)aud_aux.c~ (+1 lines)
Lines 347-352 static int tc_audio_init_ffmpeg(vob_t *v Link Here
347
    //-- set parameters (bitrate, channels and sample-rate) --
347
    //-- set parameters (bitrate, channels and sample-rate) --
348
    //--------------------------------------------------------
348
    //--------------------------------------------------------
349
    memset(&mpa_ctx, 0, sizeof(mpa_ctx));          // default all
349
    memset(&mpa_ctx, 0, sizeof(mpa_ctx));          // default all
350
    mpa_ctx.codec_type  = CODEC_TYPE_AUDIO;
350
    mpa_ctx.bit_rate    = vob->mp3bitrate * 1000;  // bitrate dest.
351
    mpa_ctx.bit_rate    = vob->mp3bitrate * 1000;  // bitrate dest.
351
    mpa_ctx.channels    = vob->dm_chan;            // channels
352
    mpa_ctx.channels    = vob->dm_chan;            // channels
352
    mpa_ctx.sample_rate = vob->a_rate;
353
    mpa_ctx.sample_rate = vob->a_rate;

Return to bug 25587