mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Patch was not 100% correct, fixed.
This commit is contained in:
parent
4e3f5f5414
commit
7ef5667598
@ -2580,7 +2580,7 @@ void StillPicture(const uint8_t * data, int size)
|
|||||||
int old_video_hardware_decoder;
|
int old_video_hardware_decoder;
|
||||||
|
|
||||||
// might be called in Suspended Mode
|
// might be called in Suspended Mode
|
||||||
if (MyVideoStream->SkipStream->Decoder && MyVideoStream->SkipStream) {
|
if (MyVideoStream->Decoder && MyVideoStream->SkipStream) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// must be a PES start code
|
// must be a PES start code
|
||||||
|
Loading…
Reference in New Issue
Block a user