ports/graphics/mpeg_encode/patches/patch-mfwddct_c

12 lines
365 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- mfwddct.c.orig Sun Jun 10 01:24:55 2001
+++ mfwddct.c Sun Jun 10 01:28:21 2001
@@ -371,7 +371,7 @@ Block block, dest;
s += trans_coef[i][k] * tmp[8*k+j];
if (collect_quant) {
- fprintf(collect_quant_fp, "%d %lf\n", 8*i+j, s);
+ fprintf(collect_quant_fp, "%d %f\n", 8*i+j, s);
}
if (DoLaplace) {
L1[LaplaceCnum][i*8+j] += s*s;