diff options
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | audio.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ VDR Plugin 'rpihddevice' Revision History - added font kerning - support for GPU accelerated pixmaps - fixed: + - increased audio decoder thread priority - don't depend on multi channel PCM support for digital audio pass-through - improved video frame rate detection to be more tolerant to inaccurate values - adapted cOvgRawOsd::Flush() to new cOsd::RenderPixmaps() of vdr-2.1.10 @@ -1279,6 +1279,7 @@ void cRpiAudioDecoder::HandleAudioSetupChanged() void cRpiAudioDecoder::Action(void) { + SetPriority(-15); DLOG("cAudioDecoder() thread started"); unsigned int channels = 0; |
