Snap for 5624916 from 7c180d267eb19bc1d06163c8086d353d16cc0c93 to rvc-release

Change-Id: I04d74cf6d179f452475479f0a72e78d674405f0e
diff --git a/src/image_type_recognition/image_type_recognition_lite.cc b/src/image_type_recognition/image_type_recognition_lite.cc
index e0c8491..c56c1c0 100644
--- a/src/image_type_recognition/image_type_recognition_lite.cc
+++ b/src/image_type_recognition/image_type_recognition_lite.cc
@@ -149,7 +149,7 @@
  public:
   virtual RawImageTypes Type() const { return kArwImage; }
 
-  virtual size_t RequestedSize() const { return 5000; }
+  virtual size_t RequestedSize() const { return 10000; }
 
   // Check multiple points:
   // 1. valid endianness at the beginning of the file;