decoder/ffmpeg: work around bogus channel count
Initialize the audio_format before calling avcodec_open(), because avcodec_open() will fill bogus values.
This commit is contained in:
Reference in New Issue
Block a user
Initialize the audio_format before calling avcodec_open(), because avcodec_open() will fill bogus values.