move WebPFeatureFlags declaration

from private format_constants.h to public mux_types.h
also do the reverse for MKFOURCC()

Change-Id: I3aa86b007e9dbfed37a170989164ac3a77de2bd5
This commit is contained in:
James Zern
2013-03-19 16:02:36 -07:00
parent 289bc47b65
commit f933fd2a27
6 changed files with 21 additions and 23 deletions

View File

@ -14,7 +14,7 @@
#include "./vp8i.h"
#include "./vp8li.h"
#include "./webpi.h"
#include "../webp/format_constants.h"
#include "../webp/mux_types.h" // ALPHA_FLAG
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {