From caeb3f42304a157a01d69c36f9c6d132fca5923b Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 14 Jul 2012 20:02:36 +0200 Subject: [PATCH] azbox: reset PIG during videodecoder init --- azbox/video.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/azbox/video.cpp b/azbox/video.cpp index f561f40..0e679c2 100644 --- a/azbox/video.cpp +++ b/azbox/video.cpp @@ -112,6 +112,7 @@ cVideo::cVideo(int, void *, void *) close(blankfd); } openDevice(); + Pig(-1, -1, -1, -1); } cVideo::~cVideo(void)