mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-31 09:21:20 +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)
|
int cVideo::getBlank(void)
|
||||||
{
|
{
|
||||||
lt_debug("%s\n", __FUNCTION__);
|
int ret = proc_get_hex("/proc/stb/vmpeg/0/xres");
|
||||||
return 0;
|
lt_debug("%s => %d\n", __func__, !ret);
|
||||||
|
return !ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* this function is regularly called, checks if video parameters
|
/* this function is regularly called, checks if video parameters
|
||||||
|
Reference in New Issue
Block a user