Skip to content

Commit

Permalink
Correctly handle stuffing data of pack header.
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweip committed Nov 24, 2020
1 parent e06a347 commit 07685d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/HW/MpegDemux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ bool MpegDemux::skipPackHeader() {
if (read8() != 0xFF) {
return false;
}
--stuffing;
}
return true;
}
Expand Down

0 comments on commit 07685d5

Please sign in to comment.