diff --git a/source/blender/src/sequence.c b/source/blender/src/sequence.c index 4e3480f8fc6..1333e1f177f 100644 --- a/source/blender/src/sequence.c +++ b/source/blender/src/sequence.c @@ -2451,7 +2451,7 @@ static void rgb_to_yuv(float rgb[3], float yuv[3]) { yuv[2]+= 0.5; } -static inline void scope_put_pixel(unsigned char* table, unsigned char * pos) +static void scope_put_pixel(unsigned char* table, unsigned char * pos) { char newval = table[*pos]; pos[0] = pos[1] = pos[2] = newval;