Patch was not 100% correct, fixed.

This commit is contained in:
Johns 2013-04-03 16:51:27 +02:00
parent 4e3f5f5414
commit 7ef5667598
1 changed files with 1 additions and 1 deletions

View File

@ -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