Release Version 0.4.7.

This commit is contained in:
Johns
2012-02-13 23:21:11 +01:00
parent 56edfd4f54
commit 807b4df381
3 changed files with 2 additions and 2 deletions

View File

@@ -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;
}