mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
libarmbox: fix resolution icon in infoviewer
Origin commit data
------------------
Branch: master
Commit: f41378c492
Author: max_10 <max_10@gmx.de>
Date: 2017-10-14 (Sat, 14 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -470,10 +470,6 @@ int cVideo::Stop(bool blank)
|
|||||||
|
|
||||||
int cVideo::setBlank(int)
|
int cVideo::setBlank(int)
|
||||||
{
|
{
|
||||||
fop(ioctl, VIDEO_PLAY);
|
|
||||||
fop(ioctl, VIDEO_CONTINUE);
|
|
||||||
video_still_picture sp = { NULL, 0 };
|
|
||||||
fop(ioctl, VIDEO_STILLPICTURE, &sp);
|
|
||||||
return Stop(1);
|
return Stop(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user