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

@ -1,5 +1,5 @@
User johns
Date:
Date: Mon Feb 13 23:20:26 CET 2012
Release Version 0.4.7

1
Todo
View File

@ -25,6 +25,7 @@ missing:
suspend plugin didn't restore full-screen (is this wanted?)
Option deinterlace off / deinterlace force!
ColorSpace aren't configurable with the gui.
Inverse telecine isn't configurable with the gui.
crash:
AudioPlayHandlerThread -> pthread_cond_wait

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