azbox: reset PIG during videodecoder init

This commit is contained in:
Stefan Seyfried
2012-07-14 20:02:36 +02:00
parent ca32114863
commit caeb3f4230

View File

@@ -112,6 +112,7 @@ cVideo::cVideo(int, void *, void *)
close(blankfd);
}
openDevice();
Pig(-1, -1, -1, -1);
}
cVideo::~cVideo(void)