Skip to content

Commit 23b4563

Browse files
committed
common/i386/predict-c.c: Don't use a list initializer in the declaration
Signed-off-by: Christopher Degawa <[email protected]>
1 parent 8300fbf commit 23b4563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/i386/predict-c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*****************************************************************************
44
* Copyright (C) 2009 xavs project
55
*
6-
* Authors:
6+
* Authors:
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ extern void predict_8x8c_dc_left_mmxext( uint8_t *src,int i_neighbor );
3131
extern void predict_8x8c_dc_mmxext( uint8_t *src,int i_neighbor );
3232
extern void predict_8x8c_v_mmxext( uint8_t *src, int i_neighbor );
3333
extern void predict_8x8c_dc_top_mmxext( uint8_t *src,int i_neighbor );
34-
extern void predict_8x8c_p_core_mmxext( src, i00, b, c );
34+
extern void predict_8x8c_p_core_mmxext( uint8_t *src, int i00, int b, int c );
3535
extern void predict_8x8_h_mmxext( uint8_t *src, int i_neighbor );
3636
extern void predict_8x8_v_mmxext( uint8_t *src, int i_neighbor );
3737
extern void predict_8x8_dc_128_mmxext( uint8_t *src, int i_neighbor );

0 commit comments

Comments
 (0)