mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 13:59:51 +02:00
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:
@ -12,7 +12,8 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "../utils/utils.h"
|
||||
#include "../webp/format_constants.h"
|
||||
#include "../webp/format_constants.h" // RIFF constants
|
||||
#include "../webp/mux_types.h" // ALPHA_FLAG
|
||||
#include "./vp8enci.h"
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
|
Reference in New Issue
Block a user