diff --git a/audio.c b/audio.c index 7c0c405..cadaacf 100644 --- a/audio.c +++ b/audio.c @@ -1951,7 +1951,7 @@ void AudioSetVolume(int volume) { } AudioAmplifier = volume; if (!AudioSoftVolume) { - //AudioUsedModule->SetVolume(volume); + AudioUsedModule->SetVolume(volume); } } diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index c6932aa..900606e 100644 --- a/softhdcuvid.cpp +++ b/softhdcuvid.cpp @@ -61,7 +61,7 @@ extern void ToggleLUT(); /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "3.7.2" +static const char *const VERSION = "3.7.3" #ifdef GIT_REV "-GIT" GIT_REV #endif