Commit a919ab85 authored by Jun Zhao's avatar Jun Zhao Committed by Michael Niedermayer

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

add missing struct MpegEncContext, use make checkheaders
found this warning.
Signed-off-by: 's avatarJun Zhao <jun.zhao@intel.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 27b9f82e
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
struct MpegEncContext;
typedef int DWTELEM; typedef int DWTELEM;
typedef short IDWTELEM; typedef short IDWTELEM;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment