Author: j16sdiz
Date: 2008-11-22 03:43:20 +0000 (Sat, 22 Nov 2008)
New Revision: 23802

Modified:
   trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java
Log:
APNG chunk name fix ('fdAT' not  'fDAT')

see https://wiki.mozilla.org/APNG_Specification

Modified: trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java        
2008-11-21 22:37:10 UTC (rev 23801)
+++ trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java        
2008-11-22 03:43:20 UTC (rev 23802)
@@ -60,7 +60,7 @@
                // http://wiki.mozilla.org/APNG_Specification
                "acTL",
                "fcTL",
-               "fDAT"
+               "fdAT"
                // MNG isn't supported by Firefox and IE because of lack of 
market demand. Big surprise
                // given nobody supports it! It is supported by Konqueror 
though. Complex standard,
                // not worth it for the time being.

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to