lavc/snow_dwt: add struct MpegEncContext to fix headers check.

add missing struct MpegEncContext, use make checkheaders
found this warning.

Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Jun Zhao 2018-01-15 18:57:33 +08:00 committed by Michael Niedermayer
parent 27b9f82e2c
commit a919ab853e

View File

@ -24,6 +24,8 @@
#include <stddef.h>
#include <stdint.h>
struct MpegEncContext;
typedef int DWTELEM;
typedef short IDWTELEM;