mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libarmbox/video.cpp: add missing lines in setBlank()
Fix lost lines in pick 'add armbox'
Origin commit data
------------------
Branch: master
Commit: 9395b18f89
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-01-21 (Sun, 21 Jan 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -470,6 +470,10 @@ int cVideo::Stop(bool blank)
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user