diff options
author | Johns <johns98@gmx.net> | 2013-04-03 16:51:27 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-04-03 16:51:27 +0200 |
commit | 7ef5667598a7e6be1b6ffa1d14610b4cf93fe084 (patch) | |
tree | 8518a3c2b81efae353bad35cd6c4b5de6936cae3 /softhddev.c | |
parent | 4e3f5f5414b29c69b5717568f4b40dd9c40c5d43 (diff) | |
download | vdr-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.c | 2 |
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 |