mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
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:
@@ -2789,7 +2789,7 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
|
||||
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++){
|
||||
|
||||
Reference in New Issue
Block a user