From 7ef5667598a7e6be1b6ffa1d14610b4cf93fe084 Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 3 Apr 2013 16:51:27 +0200 Subject: Patch was not 100% correct, fixed. --- softhddev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhddev.c b/softhddev.c index 9ea4009..1e038aa 100644 --- a/softhddev.c +++ b/softhddev.c @@ -2580,7 +2580,7 @@ void StillPicture(const uint8_t * data, int size) int old_video_hardware_decoder; // might be called in Suspended Mode - if (MyVideoStream->SkipStream->Decoder && MyVideoStream->SkipStream) { + if (MyVideoStream->Decoder && MyVideoStream->SkipStream) { return; } // must be a PES start code -- cgit v1.2.3