opnsense-ports/multimedia/libdv/files/patch-libdv__encode.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
411 B
C

--- libdv/encode.c.orig Thu Dec 14 23:24:41 2006
+++ libdv/encode.c Thu Dec 14 23:25:20 2006
@@ -513,8 +513,7 @@
emms();
#else
for (i = 0; i < 64; i++) {
- // *(unsigned short*) ((char*) zigzag + reorder[i])=bl->coeffs[i];
- zigzag[reorder[i] - 1] = bl->coeffs[i];
+ *(unsigned short*) ((char*) zigzag + reorder[i])=bl->coeffs[i];
}
memcpy(bl->coeffs, zigzag, 64 * sizeof(dv_coeff_t));
#endif