mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
Cleanup around jpegdec
* change some (*func_ptr) construct to func_ptr simply. * remove one memcpy * group #include related to decoding together Change-Id: If751cfbd9e78be75c57fb60fc9c937900c2c8fe0
This commit is contained in:
@ -33,11 +33,14 @@
|
||||
|
||||
|
||||
#include "webp/encode.h"
|
||||
#include "./jpegdec.h"
|
||||
|
||||
#include "./metadata.h"
|
||||
#include "./pngdec.h"
|
||||
#include "./stopwatch.h"
|
||||
|
||||
#include "./jpegdec.h"
|
||||
#include "./pngdec.h"
|
||||
#include "./tiffdec.h"
|
||||
|
||||
#ifndef WEBP_DLL
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user