summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-04-03 16:51:27 +0200
committerJohns <johns98@gmx.net>2013-04-03 16:51:27 +0200
commit7ef5667598a7e6be1b6ffa1d14610b4cf93fe084 (patch)
tree8518a3c2b81efae353bad35cd6c4b5de6936cae3 /softhddev.c
parent4e3f5f5414b29c69b5717568f4b40dd9c40c5d43 (diff)
downloadvdr-plugin-softhddevice-7ef5667598a7e6be1b6ffa1d14610b4cf93fe084.tar.gz
vdr-plugin-softhddevice-7ef5667598a7e6be1b6ffa1d14610b4cf93fe084.tar.bz2
Patch was not 100% correct, fixed.
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c2
1 files changed, 1 insertions, 1 deletions
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