warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)

Originally committed as revision 3156 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2004-05-25 18:07:25 +00:00
parent 4fc2c6447f
commit 4df8ca9df2
7 changed files with 6 additions and 29 deletions

View File

@@ -123,7 +123,7 @@ static uint64_t __attribute__((aligned(8))) attribute_used b80= 0x808080808080
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;