mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
@@ -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