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)
|
void cVideo::Standby(unsigned int bOn)
|
||||||
{
|
{
|
||||||
#if 0
|
lt_debug("%s(%d)\n", __func__, bOn);
|
||||||
lt_debug("%s(%d)\n", __FUNCTION__, bOn);
|
|
||||||
if (bOn)
|
if (bOn)
|
||||||
{
|
{
|
||||||
setBlank(1);
|
Stop(1);
|
||||||
fop(ioctl, MPEG_VID_SET_OUTFMT, VID_OUTFMT_DISABLE_DACS);
|
hdmi_out(false);
|
||||||
} else
|
}
|
||||||
fop(ioctl, MPEG_VID_SET_OUTFMT, outputformat);
|
else
|
||||||
routeVideo(bOn);
|
hdmi_out(true);
|
||||||
video_standby = bOn;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int cVideo::getBlank(void)
|
int cVideo::getBlank(void)
|
||||||
|
Reference in New Issue
Block a user