Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().
Originally committed as revision 20260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2d4bbdecee
commit
f076fe4422
@ -3636,7 +3636,7 @@ static int add_hfyu_left_prediction_c(uint8_t *dst, const uint8_t *src, int w, i
|
|||||||
#define G 1
|
#define G 1
|
||||||
#define R 2
|
#define R 2
|
||||||
#endif
|
#endif
|
||||||
static inline void add_hfyu_left_prediction_bgr32_c(uint8_t *dst, const uint8_t *src, int w, int *red, int *green, int *blue){
|
static void add_hfyu_left_prediction_bgr32_c(uint8_t *dst, const uint8_t *src, int w, int *red, int *green, int *blue){
|
||||||
int i;
|
int i;
|
||||||
int r,g,b;
|
int r,g,b;
|
||||||
r= *red;
|
r= *red;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user