comparison x86/dsputil_mmx.c @ 8527:f8bf438c6000 libavcodec

Add missing 'void' keyword to parameterless function declarations.
author diego
date Mon, 05 Jan 2009 13:57:43 +0000
parents cc64e1343397
children 7a463923ecd1
comparison
equal deleted inserted replaced
8526:4c851747ee74 8527:f8bf438c6000
1597 QPEL_2TAP(put_, 8, 3dnow) 1597 QPEL_2TAP(put_, 8, 3dnow)
1598 QPEL_2TAP(avg_, 8, 3dnow) 1598 QPEL_2TAP(avg_, 8, 3dnow)
1599 1599
1600 1600
1601 #if 0 1601 #if 0
1602 static void just_return() { return; } 1602 static void just_return(void) { return; }
1603 #endif 1603 #endif
1604 1604
1605 static void gmc_mmx(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, 1605 static void gmc_mmx(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy,
1606 int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height){ 1606 int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height){
1607 const int w = 8; 1607 const int w = 8;