Commit 17212593 authored by michael's avatar michael

warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1272 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d0d4dd64
......@@ -2658,7 +2658,10 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
int black=0, white=255; // blackest black and whitest white in the picture
int QPCorrecture= 256*256;
int copyAhead, i;
int copyAhead;
#ifdef HAVE_MMX
int i;
#endif
//FIXME remove
uint64_t * const yHistogram= c.yHistogram;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment