You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Originally committed as revision 8255 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
committed by
Michael Niedermayer
parent
f8fd15e03f
commit
c9f99fef4f
@@ -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 black=0, white=255; // blackest black and whitest white in the picture
|
||||||
int QPCorrecture= 256*256;
|
int QPCorrecture= 256*256;
|
||||||
|
|
||||||
int copyAhead, i;
|
int copyAhead;
|
||||||
|
#ifdef HAVE_MMX
|
||||||
|
int i;
|
||||||
|
#endif
|
||||||
|
|
||||||
//FIXME remove
|
//FIXME remove
|
||||||
uint64_t * const yHistogram= c.yHistogram;
|
uint64_t * const yHistogram= c.yHistogram;
|
||||||
|
@@ -1256,7 +1256,9 @@ YSCALE_YUV_2_ANYRGB_C(YSCALE_YUV_2_RGB2_C, YSCALE_YUV_2_PACKED2_C)
|
|||||||
static inline void RENAME(yuv2packed1)(SwsContext *c, uint16_t *buf0, uint16_t *uvbuf0, uint16_t *uvbuf1,
|
static inline void RENAME(yuv2packed1)(SwsContext *c, uint16_t *buf0, uint16_t *uvbuf0, uint16_t *uvbuf1,
|
||||||
uint8_t *dest, int dstW, int uvalpha, int dstFormat, int flags, int y)
|
uint8_t *dest, int dstW, int uvalpha, int dstFormat, int flags, int y)
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_MMX
|
||||||
int uvalpha1=uvalpha^4095;
|
int uvalpha1=uvalpha^4095;
|
||||||
|
#endif
|
||||||
const int yalpha1=0;
|
const int yalpha1=0;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user