[libpng17] Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of the

compiled library size. It never worked properly and as far as we can
tell, no one uses it. The png_set_filter_heuristics() and
png_set_filter_heuristics_fixed() APIs are retained but deprecated.
This commit is contained in:
Glenn Randers-Pehrson
2015-05-31 16:22:44 -05:00
parent f19f7a6c95
commit 13d83c6948
6 changed files with 29 additions and 557 deletions

View File

@@ -4,7 +4,7 @@
/* Libpng version 1.7.0beta62 - May 31, 2015 */
/* Copyright (c) 1998-2014 Glenn Randers-Pehrson */
/* Copyright (c) 1998-2015 Glenn Randers-Pehrson */
/* This code is released under the libpng license. */
/* For conditions of distribution and use, see the disclaimer */