Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 672290
Collapse All | Expand All

(-)a/modules/codec/fdkaac.c (-2 / +1 lines)
Lines 288-294 static int OpenEncoder(vlc_object_t *p_this) Link Here
288
    p_sys->i_maxoutputsize = 768*p_enc->fmt_in.audio.i_channels;
288
    p_sys->i_maxoutputsize = 768*p_enc->fmt_in.audio.i_channels;
289
    p_enc->fmt_in.audio.i_bitspersample = 16;
289
    p_enc->fmt_in.audio.i_bitspersample = 16;
290
    p_sys->i_frame_size = info.frameLength;
290
    p_sys->i_frame_size = info.frameLength;
291
    p_sys->i_encoderdelay = info.encoderDelay;
291
    p_sys->i_encoderdelay = info.nDelay;
292
292
293
    p_enc->fmt_out.i_extra = info.confSize;
293
    p_enc->fmt_out.i_extra = info.confSize;
294
    if (p_enc->fmt_out.i_extra) {
294
    if (p_enc->fmt_out.i_extra) {
295
- 

Return to bug 672290