You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hard-codes the audio sample format. I was wondering if it replacing the AV_SAMPLE_FMT_S32 constant with decoder->sample_fmt ? Is there an assumption somewhere that limits audio sample to S32?
The text was updated successfully, but these errors were encountered:
av/src/fft.c
Line 300 in 2693e97
hard-codes the audio sample format. I was wondering if it replacing the AV_SAMPLE_FMT_S32 constant with
decoder->sample_fmt
? Is there an assumption somewhere that limits audio sample to S32?The text was updated successfully, but these errors were encountered: