mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Release Version 0.4.7.
This commit is contained in:
parent
56edfd4f54
commit
807b4df381
@ -1,5 +1,5 @@
|
|||||||
User johns
|
User johns
|
||||||
Date:
|
Date: Mon Feb 13 23:20:26 CET 2012
|
||||||
|
|
||||||
Release Version 0.4.7
|
Release Version 0.4.7
|
||||||
|
|
||||||
|
1
Todo
1
Todo
@ -25,6 +25,7 @@ missing:
|
|||||||
suspend plugin didn't restore full-screen (is this wanted?)
|
suspend plugin didn't restore full-screen (is this wanted?)
|
||||||
Option deinterlace off / deinterlace force!
|
Option deinterlace off / deinterlace force!
|
||||||
ColorSpace aren't configurable with the gui.
|
ColorSpace aren't configurable with the gui.
|
||||||
|
Inverse telecine isn't configurable with the gui.
|
||||||
|
|
||||||
crash:
|
crash:
|
||||||
AudioPlayHandlerThread -> pthread_cond_wait
|
AudioPlayHandlerThread -> pthread_cond_wait
|
||||||
|
1
codec.c
1
codec.c
@ -739,7 +739,6 @@ void CodecSetAudioPassthrough(int mask)
|
|||||||
#ifdef USE_PASSTHROUGH
|
#ifdef USE_PASSTHROUGH
|
||||||
CodecPassthroughAC3 = mask & 1 ? 1 : 0;
|
CodecPassthroughAC3 = mask & 1 ? 1 : 0;
|
||||||
#endif
|
#endif
|
||||||
// FIXME: must update audio decoder (nr. of channels wrong)
|
|
||||||
(void)mask;
|
(void)mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user