libarmbox/video: Workaround Channel Change No Black Picture when Show Picture was active.

Origin commit data
------------------
Branch: master
Commit: 9cd4495aab
Author: max_10 <max_10@gmx.de>
Date: 2018-01-17 (Wed, 17 Jan 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-01-17 21:17:01 +01:00
parent 5ff26fb5b5
commit d70ab82291

View File

@@ -602,6 +602,8 @@ void cVideo::StopPicture()
lt_debug("%s\n", __func__);
stillpicture = false;
Stop(1);
closeDevice();
openDevice();
}
void cVideo::Standby(unsigned int bOn)