diff libpostproc/postprocess.c @ 2031:4225c131a2eb libavcodec

warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 25 May 2004 18:07:25 +0000
parents f65d87bfdd5a
children 6a6c678517b3
line wrap: on
line diff
--- a/libpostproc/postprocess.c	Sun May 23 01:10:15 2004 +0000
+++ b/libpostproc/postprocess.c	Tue May 25 18:07:25 2004 +0000
@@ -123,7 +123,7 @@
 static uint8_t clip_table[3*256];
 static uint8_t * const clip_tab= clip_table + 256;
 
-static int verbose= 0;
+static const int verbose= 0;
 
 static const int attribute_used deringThreshold= 20;