Author: toad
Date: 2008-02-15 13:47:40 +0000 (Fri, 15 Feb 2008)
New Revision: 17936
Modified:
trunk/freenet/src/freenet/clients/http/filter/JPEGFilter.java
Log:
Explain
Modified: trunk/freenet/src/freenet/clients/http/filter/JPEGFilter.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/filter/JPEGFilter.java
2008-02-15 13:47:22 UTC (rev 17935)
+++ trunk/freenet/src/freenet/clients/http/filter/JPEGFilter.java
2008-02-15 13:47:40 UTC (rev 17936)
@@ -268,7 +268,9 @@
finished = true;
if(logMINOR)
Logger.minor(this, "End of
image");
- } else if(markerType == 0xDB // quantisation
table
+ } else
+ // Essential but unparsed frames
+ if(markerType == 0xDB // quantisation
table
|| markerType == 0xDD //
restart interoperability marker
|| markerType == 0xC4 //
huffman table
|| markerType == 0xC0) { //
start of frame