summaryrefslogtreecommitdiff
path: root/src/include/codec/img-codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/codec/img-codec.h')
-rwxr-xr-x[-rw-r--r--]src/include/codec/img-codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/codec/img-codec.h b/src/include/codec/img-codec.h
index 708c5ce..d365705 100644..100755
--- a/src/include/codec/img-codec.h
+++ b/src/include/codec/img-codec.h
@@ -30,7 +30,7 @@
extern "C" {
#endif /* __cplusplus */
-unsigned int* ImgGetFirstFrameAGIFAtSize(const char *szFileName, ImgImageInfo *image_info);
+unsigned int* ImgGetFirstFrameAGIFAtSize(const char *szFileName, unsigned int width, unsigned int height);
int ImgConvertRGB565ToRGB888(void *pBuf_rgb565, void **pBuf_rgb888, int width, int height);