mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
disable av sync in radio mode
- thx DbO ;-)
Origin commit data
------------------
Commit: f5d67c2d48
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-02-26 (Tue, 26 Feb 2019)
This commit is contained in:
@@ -4473,6 +4473,9 @@ void CNeutrinoApp::tvMode( bool rezap )
|
||||
#ifdef USEACTIONLOG
|
||||
g_ActionLog->println("mode: tv");
|
||||
#endif
|
||||
|
||||
videoDecoder->SetSyncMode((AVSYNC_TYPE)g_settings.avsync);
|
||||
audioDecoder->SetSyncMode((AVSYNC_TYPE)g_settings.avsync);
|
||||
}
|
||||
|
||||
void CNeutrinoApp::scartMode( bool bOnOff )
|
||||
@@ -4742,6 +4745,9 @@ void CNeutrinoApp::radioMode( bool rezap)
|
||||
if( rezap )
|
||||
channelRezap();
|
||||
frameBuffer->showFrame("radiomode.jpg");
|
||||
|
||||
videoDecoder->SetSyncMode((AVSYNC_TYPE)AVSYNC_DISABLED);
|
||||
audioDecoder->SetSyncMode((AVSYNC_TYPE)AVSYNC_DISABLED);
|
||||
}
|
||||
|
||||
void CNeutrinoApp::channelRezap()
|
||||
|
Reference in New Issue
Block a user