blob: 671e8f4a1f43d39dddd10012835ff43d9b38f847 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aj,v 1.1 2005/12/30 23:23:54 joerg Exp $
--- Encoder/global.c.orig 2005-12-30 23:13:55.000000000 +0000
+++ Encoder/global.c
@@ -68,7 +68,6 @@ without the written permission of the co
FILE *in, *out;
FILE *c_in[MAX_COMPONENTS];
/*FILE *c_out[MAX_COMPONENTS];*/
-FILE *msgfile = stdout;
/* Context quantization thresholds - initially unset */
int T3 = -1,
|