commit | 4f36a5c918231254209374788c873dfcbe4002d1 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 19 12:40:37 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 19 12:40:37 2012 -0800 |
tree | e31171bc86e63cbb33a6274569de233a79074668 | |
parent | c3ab5a56681873e35ef17b5eade00c29330c0201 [diff] |
Mark the "big y displacement" case as a jumpstitch too Another case pointed out by Trever and missed in his first patch. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/pes.c b/pes.c index 18f90a8..d630350 100644 --- a/pes.c +++ b/pes.c
@@ -246,6 +246,7 @@ /* Signed 12-bit arithmetic */ if (val2 & 2048) val2 -= 4096; + jumpstitch = 1; } else { if (val2 & 64) val2 -= 128;