summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
authorjinx <@>2015-02-16 10:02:27 +0100
committerJohns <johns98@gmx.net>2015-02-16 10:02:27 +0100
commit73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc (patch)
tree50fc64838b481eacc4e1e01e4f831b9d0bd6d246 /codec.c
parent1d06c5ba59ff4175b9144764f9750f9143c066fb (diff)
downloadvdr-plugin-softhddevice-73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc.tar.gz
vdr-plugin-softhddevice-73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc.tar.bz2
Enable toggle AC3 downmix.
Diffstat (limited to 'codec.c')
-rw-r--r--codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec.c b/codec.c
index d089a84..10011c3 100644
--- a/codec.c
+++ b/codec.c
@@ -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