--- lib/videocodec/VideoDecoder.cpp
+++ lib/videocodec/VideoDecoder.cpp	2000/12/15 13:16:06
@@ -157,10 +157,10 @@
 		throw FATAL("Decoder does not support upside-down frames");
 	}	
 	BitmapInfo mbi(m_obh);
-	mbi.setBitFields16();
+	/* mbi.setBitFields16();
 	h=codec->DecompressQuery(&m_bh, (BITMAPINFOHEADER*)&mbi);
         if(h!=0)
-	    throw FATAL("Decoder is not capable of 16-bit(565) output");
+	    throw FATAL("Decoder is not capable of 16-bit(565) output"); */
 	mbi.setRGB();
 	caps=(CAPS)0;	
 	int caps_test=1;	
