From a919ab853efcecf89516e703df8018d0649e1143 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Mon, 15 Jan 2018 18:57:33 +0800 Subject: 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 Signed-off-by: Michael Niedermayer --- libavcodec/snow_dwt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/snow_dwt.h') diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h index e2d7528056..ee699de35e 100644 --- a/libavcodec/snow_dwt.h +++ b/libavcodec/snow_dwt.h @@ -24,6 +24,8 @@ #include #include +struct MpegEncContext; + typedef int DWTELEM; typedef short IDWTELEM; -- cgit v1.2.3