4xm: fix signed overflow
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
ba3f07d061
commit
84dda40762
@ -277,7 +277,7 @@ static void init_mv(FourXContext *f){
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline void mcdc(uint16_t *dst, uint16_t *src, int log2w, int h, int stride, int scale, int dc){
|
static inline void mcdc(uint16_t *dst, uint16_t *src, int log2w, int h, int stride, int scale, unsigned dc){
|
||||||
int i;
|
int i;
|
||||||
dc*= 0x10001;
|
dc*= 0x10001;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user