summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pes.c b/pes.c
index 18f90a8..d630350 100644
--- a/pes.c
+++ b/pes.c
@@ -246,6 +246,7 @@ static int parse_pes_stitches(struct region *region, unsigned int pec, struct pe
/* Signed 12-bit arithmetic */
if (val2 & 2048)
val2 -= 4096;
+ jumpstitch = 1;
} else {
if (val2 & 64)
val2 -= 128;