fix(gif): correct the name in gifdec_mve.h (#4831)

Signed-off-by: rongyichang <rongyichang@xiaomi.com>
This commit is contained in:
terry.rong
2023-11-21 00:55:04 +08:00
committed by GitHub
parent f9328de841
commit 420094d5b2
+3 -3
View File
@@ -3,8 +3,8 @@
* *
*/ */
#ifndef GIFDEV_MVE_H #ifndef GIFDEC_MVE_H
#define GIFDEV_MVE_H #define GIFDEC_MVE_H
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@@ -137,4 +137,4 @@ static inline void _gifdec_render_frame_mve(uint8_t * dst, uint16_t w, uint16_t
} /*extern "C"*/ } /*extern "C"*/
#endif #endif
#endif /*GIFDEV_MVE_H*/ #endif /*GIFDEC_MVE_H*/