diff options
author | jinx <@> | 2015-02-16 10:02:27 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2015-02-16 10:02:27 +0100 |
commit | 73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc (patch) | |
tree | 50fc64838b481eacc4e1e01e4f831b9d0bd6d246 /codec.c | |
parent | 1d06c5ba59ff4175b9144764f9750f9143c066fb (diff) | |
download | vdr-plugin-softhddevice-73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc.tar.gz vdr-plugin-softhddevice-73ce4ba803d6a879e7ae0a005bd5f95952a0c8fc.tar.bz2 |
Enable toggle AC3 downmix.
Diffstat (limited to 'codec.c')
-rw-r--r-- | codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |