mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark: partly implement cVideo::Standby()
This commit is contained in:
@@ -389,17 +389,14 @@ void cVideo::StopPicture()
|
||||
|
||||
void cVideo::Standby(unsigned int bOn)
|
||||
{
|
||||
#if 0
|
||||
lt_debug("%s(%d)\n", __FUNCTION__, bOn);
|
||||
lt_debug("%s(%d)\n", __func__, bOn);
|
||||
if (bOn)
|
||||
{
|
||||
setBlank(1);
|
||||
fop(ioctl, MPEG_VID_SET_OUTFMT, VID_OUTFMT_DISABLE_DACS);
|
||||
} else
|
||||
fop(ioctl, MPEG_VID_SET_OUTFMT, outputformat);
|
||||
routeVideo(bOn);
|
||||
video_standby = bOn;
|
||||
#endif
|
||||
Stop(1);
|
||||
hdmi_out(false);
|
||||
}
|
||||
else
|
||||
hdmi_out(true);
|
||||
}
|
||||
|
||||
int cVideo::getBlank(void)
|
||||
|
Reference in New Issue
Block a user