summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-11 18:22:48 +0100
committerJohns <johns98@gmx.net>2012-02-11 18:22:48 +0100
commita91533f6d1c3c723ef7e4ac89b1d7d53014453b5 (patch)
treeb02d845fec3354cf7723d99abceecc4e912f248d /codec.c
parentbaa4500a2c0214c3022e43377e31620b43d85f8f (diff)
downloadvdr-plugin-softhddevice-a91533f6d1c3c723ef7e4ac89b1d7d53014453b5.tar.gz
vdr-plugin-softhddevice-a91533f6d1c3c723ef7e4ac89b1d7d53014453b5.tar.bz2
Detect audio stream type only after stream switch.
Diffstat (limited to 'codec.c')
-rw-r--r--codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec.c b/codec.c
index c27fd92..6d28348 100644
--- a/codec.c
+++ b/codec.c
@@ -877,7 +877,7 @@ void CodecAudioDecode(AudioDecoder * audio_decoder, const AVPacket * avpkt)
int err;
int isAC3;
- // FIXME: use swr_convert from swresample
+ // FIXME: use swr_convert from swresample (only in ffmpeg!)
// FIXME: tell ac3 decoder to use downmix
if (audio_decoder->ReSample) {
audio_resample_close(audio_decoder->ReSample);