spark: partly implement cVideo::Standby()

Origin commit data
------------------
Branch: master
Commit: 31e2bd5c45
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-23 (Thu, 23 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-23 23:33:00 +01:00
parent 0e39c66f98
commit 6022d3f16f

View File

@@ -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)