summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-13 23:21:11 +0100
committerJohns <johns98@gmx.net>2012-02-13 23:21:11 +0100
commit807b4df38106a7682bf9372cfb635cfa6f4ae815 (patch)
tree82b452f6076f63fe6569a254cc65bb7aa06af63f /codec.c
parent56edfd4f5424d79f2cf6c9c0fc639f0eb6140380 (diff)
downloadvdr-plugin-softhddevice-807b4df38106a7682bf9372cfb635cfa6f4ae815.tar.gz
vdr-plugin-softhddevice-807b4df38106a7682bf9372cfb635cfa6f4ae815.tar.bz2
Release Version 0.4.7.0.4.7
Diffstat (limited to 'codec.c')
-rw-r--r--codec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/codec.c b/codec.c
index b59db72..1c65afb 100644
--- a/codec.c
+++ b/codec.c
@@ -739,7 +739,6 @@ void CodecSetAudioPassthrough(int mask)
#ifdef USE_PASSTHROUGH
CodecPassthroughAC3 = mask & 1 ? 1 : 0;
#endif
- // FIXME: must update audio decoder (nr. of channels wrong)
(void)mask;
}