Merge branch 'master' into pr/197

This commit is contained in:
Raymond Li 2021-02-14 15:20:24 -05:00
commit 99ac266d22
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
5 changed files with 3 additions and 6 deletions

1
blur.c
View File

@ -147,4 +147,3 @@ void blur_impl_horizontal_pass_generic(uint32_t *src, uint32_t *dst, int width,
}
}
}

2
blur.h
View File

@ -14,5 +14,3 @@ void blur_impl_horizontal_pass_sse2(uint32_t *src, uint32_t *dst, int width, int
#endif
void blur_impl_horizontal_pass_generic(uint32_t *src, uint32_t *dst, int width, int height);
#endif