Mercurial > libavcodec.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2030:f796043935f3 | 2031:4225c131a2eb |
|---|---|
| 121 | 121 |
| 122 | 122 |
| 123 static uint8_t clip_table[3*256]; | 123 static uint8_t clip_table[3*256]; |
| 124 static uint8_t * const clip_tab= clip_table + 256; | 124 static uint8_t * const clip_tab= clip_table + 256; |
| 125 | 125 |
| 126 static int verbose= 0; | 126 static const int verbose= 0; |
| 127 | 127 |
| 128 static const int attribute_used deringThreshold= 20; | 128 static const int attribute_used deringThreshold= 20; |
| 129 | 129 |
| 130 | 130 |
| 131 static struct PPFilter filters[]= | 131 static struct PPFilter filters[]= |
