comparison libpostproc/postprocess_template.c @ 886:3abff5a87548 libavcodec

warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
author michael
date Sat, 23 Nov 2002 10:58:05 +0000
parents 8c8c3b6ff8c1
children 1e4ab5fdfca1
comparison
equal deleted inserted replaced
885:35d28522a1c5 886:3abff5a87548
2656 const int mode= isColor ? c.ppMode.chromMode : c.ppMode.lumMode; 2656 const int mode= isColor ? c.ppMode.chromMode : c.ppMode.lumMode;
2657 #endif 2657 #endif
2658 int black=0, white=255; // blackest black and whitest white in the picture 2658 int black=0, white=255; // blackest black and whitest white in the picture
2659 int QPCorrecture= 256*256; 2659 int QPCorrecture= 256*256;
2660 2660
2661 int copyAhead, i; 2661 int copyAhead;
2662 #ifdef HAVE_MMX
2663 int i;
2664 #endif
2662 2665
2663 //FIXME remove 2666 //FIXME remove
2664 uint64_t * const yHistogram= c.yHistogram; 2667 uint64_t * const yHistogram= c.yHistogram;
2665 uint8_t * const tempSrc= c.tempSrc; 2668 uint8_t * const tempSrc= c.tempSrc;
2666 uint8_t * const tempDst= c.tempDst; 2669 uint8_t * const tempDst= c.tempDst;