videosettings: rename setVideoSettings() -> initVideoSettings()

It was not a setter, no values will be passed.


Origin commit data
------------------
Commit: a3acde00d0
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-10-25 (Mon, 25 Oct 2021)
This commit is contained in:
2021-10-25 20:55:46 +02:00
committed by vanhofen
parent 51be39a275
commit 5024fe5af3
3 changed files with 3 additions and 3 deletions

View File

@@ -594,7 +594,7 @@ int CVideoSettings::showVideoSetup()
return res;
}
void CVideoSettings::setVideoSettings()
void CVideoSettings::initVideoSettings()
{
dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], init video settings...\n", __func__, __LINE__);
#if 0