From 3968793593ed90c8f64cb73d0c48427ad9c1c2c1 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 Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/caeb3f42304a157a01d69c36f9c6d132fca5923b Author: Stefan Seyfried Date: 2012-07-14 (Sat, 14 Jul 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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)