summaryrefslogtreecommitdiff
path: root/src/codec/img-codec-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/img-codec-parser.c')
-rwxr-xr-xsrc/codec/img-codec-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/img-codec-parser.c b/src/codec/img-codec-parser.c
index 75f0a06..498751a 100755
--- a/src/codec/img-codec-parser.c
+++ b/src/codec/img-codec-parser.c
@@ -606,7 +606,7 @@ int ImgGetImageInfoForThumb(const char *filePath, ImgCodecType *type, unsigned i
thumb_warn("_media_thumb_get_file_ext failed");
};
- ret = _ImgGetImageInfo(hFile, fileAttrib.fileSize, file_ext, type, width, height, TRUE);
+ ret = _ImgGetImageInfo(hFile, fileAttrib.fileSize, file_ext, type, width, height, FALSE);
DrmSeekFile(hFile, SEEK_SET, 0);