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

(-)faad2.cpp (-1 / +1 lines)
Lines 237-243 Link Here
237
      aac->m_vft->audio_configure(aac->m_ifptr,
237
      aac->m_vft->audio_configure(aac->m_ifptr,
238
                  aac->m_freq,
238
                  aac->m_freq,
239
                  aac->m_chans,
239
                  aac->m_chans,
240
                  AUDIO_S16SYS,
240
                  AUDIO_FMT_S16,
241
                  aac->m_output_frame_size);
241
                  aac->m_output_frame_size);
242
      uint8_t *now = aac->m_vft->audio_get_buffer(aac->m_ifptr);
242
      uint8_t *now = aac->m_vft->audio_get_buffer(aac->m_ifptr);
243
      aac->m_audio_inited = 1;
243
      aac->m_audio_inited = 1;

Return to bug 58288