diff options
author | Johns <johns98@gmx.net> | 2012-02-13 23:21:11 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-13 23:21:11 +0100 |
commit | 807b4df38106a7682bf9372cfb635cfa6f4ae815 (patch) | |
tree | 82b452f6076f63fe6569a254cc65bb7aa06af63f | |
parent | 56edfd4f5424d79f2cf6c9c0fc639f0eb6140380 (diff) | |
download | vdr-plugin-softhddevice-807b4df38106a7682bf9372cfb635cfa6f4ae815.tar.gz vdr-plugin-softhddevice-807b4df38106a7682bf9372cfb635cfa6f4ae815.tar.bz2 |
Release Version 0.4.7.0.4.7
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Todo | 1 | ||||
-rw-r--r-- | codec.c | 1 |
3 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ User johns -Date: +Date: Mon Feb 13 23:20:26 CET 2012 Release Version 0.4.7 @@ -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 @@ -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; } |