14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
$OpenBSD: patch-bframe_c,v 1.1.1.1 2001/06/19 03:22:33 angelos Exp $
|
|
--- bframe.c.orig Sun Jun 10 01:34:25 2001
|
|
+++ bframe.c Sun Jun 10 01:35:03 2001
|
|
@@ -543,7 +543,9 @@ GenBFrame(bb, curr, prev, next)
|
|
BlockToData(curr->decoded_cr, dec[5], y>>1, x>>1);
|
|
}
|
|
} else if (dct_data[y][x].useMotion == SKIP) {
|
|
+#ifdef BUGGY_CODE
|
|
skip_block:
|
|
+#endif
|
|
numSkipped++;
|
|
mbAddrInc++;
|
|
|