Commit 6a82408f authored by astrange's avatar astrange

Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20260 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1e770f34
......@@ -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 R 2
#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 r,g,b;
r= *red;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment