mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-30 08:51:11 +02:00
azbox: implement cVideo::getBlank
This commit is contained in:
@@ -457,8 +457,9 @@ void cVideo::Standby(unsigned int bOn)
|
||||
|
||||
int cVideo::getBlank(void)
|
||||
{
|
||||
lt_debug("%s\n", __FUNCTION__);
|
||||
return 0;
|
||||
int ret = proc_get_hex("/proc/stb/vmpeg/0/xres");
|
||||
lt_debug("%s => %d\n", __func__, !ret);
|
||||
return !ret;
|
||||
}
|
||||
|
||||
/* this function is regularly called, checks if video parameters
|
||||
|
Reference in New Issue
Block a user