mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added tokens for current video and audio bitrate in displaychannel
This commit is contained in:
@@ -186,12 +186,14 @@ void cSDDisplayChannel::Flush(void) {
|
||||
channelView->DrawSignal();
|
||||
channelView->DrawAudioInfo();
|
||||
channelView->DrawDevices(initial);
|
||||
channelView->DrawBitrates();
|
||||
} else {
|
||||
channelView->ClearStatusIcons();
|
||||
channelView->ClearScreenResolution();
|
||||
channelView->ClearSignal();
|
||||
channelView->ClearSignalBackground();
|
||||
channelView->ClearDevices();
|
||||
channelView->DrawBitrates();
|
||||
}
|
||||
|
||||
if (initial) {
|
||||
|
Reference in New Issue
Block a user