mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
arm: fix black screen in channel swiching
this fixes wrong commit e20d1913
Origin commit data
------------------
Branch: master
Commit: a94547e7a3
Author: GetAway <get-away@t-online.de>
Date: 2019-03-12 (Tue, 12 Mar 2019)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -927,7 +927,7 @@ void cVideo::SetControl(int control, int value)
|
||||
case VIDEO_CONTROL_ZAPPING_MODE:
|
||||
zapping_mode = value;
|
||||
const char *mode_zapping[] = { "hold", "mute" };
|
||||
proc_put("/proc/stb/video/zapping_mode", mode_zapping[zapping_mode], strlen(mode_zapping[zapping_mode]));
|
||||
proc_put("/proc/stb/video/zapmode", mode_zapping[zapping_mode], strlen(mode_zapping[zapping_mode]));
|
||||
break;
|
||||
}
|
||||
if (p) {
|
||||
|
Reference in New Issue
Block a user