]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/colorspace-test.c
Merge commit 'eda183287489b2c705843aa373a19c4e46fb2fec'
[ffmpeg] / libswscale / colorspace-test.c
index 42a915bfe6f91447b012a6f0934df72ae1ff7469..f6e0c920cd39332afa19d8a22caa507404a110e8 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char **argv)
         return -1;
 
     av_log(NULL, AV_LOG_INFO, "memory corruption test ...\n");
-    sws_rgb2rgb_init();
+    ff_sws_rgb2rgb_init();
 
     for (funcNum = 0; ; funcNum++) {
         struct func_info_s {