Enable toggle AC3 downmix.

This commit is contained in:
jinx
2015-02-16 10:02:27 +01:00
committed by Johns
parent 1d06c5ba59
commit 73ce4ba803
7 changed files with 59 additions and 10 deletions

View File

@@ -1802,6 +1802,7 @@ static void CodecAudioUpdateFormat(AudioDecoder * audio_decoder)
void CodecAudioDecode(AudioDecoder * audio_decoder, const AVPacket * avpkt)
{
AVCodecContext *audio_ctx;
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58,28,1)
AVFrame frame[1];
#else