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

This commit is contained in:
max_10
2018-01-17 21:17:01 +01:00
committed by Thilo Graf
parent f793f03267
commit fbad9e1bc4

View File

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