diff options
Diffstat (limited to 'libswscale/tests')
-rw-r--r-- | libswscale/tests/colorspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/tests/colorspace.c b/libswscale/tests/colorspace.c index 962b11a..23a1945 100644 --- a/libswscale/tests/colorspace.c +++ b/libswscale/tests/colorspace.c @@ -46,7 +46,7 @@ int main(void) return -1; av_log(NULL, AV_LOG_INFO, "memory corruption test ...\n"); - sws_rgb2rgb_init(); + ff_rgb2rgb_init(); for (funcNum = 0; ; funcNum++) { struct func_info_s { |