From 807b4df38106a7682bf9372cfb635cfa6f4ae815 Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 13 Feb 2012 23:21:11 +0100 Subject: [PATCH] Release Version 0.4.7. --- ChangeLog | 2 +- Todo | 1 + codec.c | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f38e0b..25a2c13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ User johns -Date: +Date: Mon Feb 13 23:20:26 CET 2012 Release Version 0.4.7 diff --git a/Todo b/Todo index 16c8b79..92a56a6 100644 --- a/Todo +++ b/Todo @@ -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 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; }