Mercurial > libavcodec.hg
diff libpostproc/postprocess_template.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 | ea5200a9f730 |
| children | 6a6c678517b3 |
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c Sun May 23 01:10:15 2004 +0000 +++ b/libpostproc/postprocess_template.c Tue May 25 18:07:25 2004 +0000 @@ -2789,7 +2789,7 @@ uint64_t * const yHistogram= c.yHistogram; uint8_t * const tempSrc= c.tempSrc; uint8_t * const tempDst= c.tempDst; - const int mbWidth= isColor ? (width+7)>>3 : (width+15)>>4; + //const int mbWidth= isColor ? (width+7)>>3 : (width+15)>>4; #ifdef HAVE_MMX for(i=0; i<57; i++){
