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:
skal
2012-12-11 11:02:39 +01:00
parent 9145567982
commit 1bd287a6e4
2 changed files with 10 additions and 15 deletions

View File

@ -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" {