From fbad9e1bc474fe08c528b7c99de516517fcf23b8 Mon Sep 17 00:00:00 2001 From: max_10 Date: Wed, 17 Jan 2018 21:17:01 +0100 Subject: [PATCH] libarmbox/video: Workaround Channel Change No Black Picture when Show Picture was active. --- libarmbox/video.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index c06fcc7..56bf050 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -602,6 +602,8 @@ void cVideo::StopPicture() lt_debug("%s\n", __func__); stillpicture = false; Stop(1); + closeDevice(); + openDevice(); } void cVideo::Standby(unsigned int bOn)