renamed png functions
[swftools.git] / src / swfextract.c
index c341f5f..ac0fe5a 100644 (file)
@@ -757,7 +757,7 @@ int handlejpeg(TAG*tag)
            image[t*4+0] = data[t];
        }
        free(data);
-       writePNG(filename, image, width, height);
+       png_write(filename, image, width, height);
        free(image);
     }
     else {