opnsense-ports/multimedia/pwcbsd/files/patch-pwcview.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

11 lines
322 B
C

--- ./pwcview.c.orig 2009-10-03 20:45:17.711703547 +0200
+++ ./pwcview.c 2009-10-03 20:46:00.814254980 +0200
@@ -837,6 +837,8 @@
jdata[1] = jimage[1];
jdata[2] = jimage[2];
+ cinfo->raw_data_in = TRUE;
+ cinfo->do_fancy_downsampling = FALSE;
jpeg_stdio_dest(cinfo, outfile);
jpeg_start_compress(cinfo, TRUE);