[FFmpeg-devel] [PATCH] lavc/snow_dwt: add missing header for MpegEncContext.

Jun Zhao mypopydev at gmail.com
Tue Jan 16 02:16:00 EET 2018


-------------- next part --------------
From ec98c088e138721d33fc8b15b8382981886d4571 Mon Sep 17 00:00:00 2001
From: Jun Zhao <jun.zhao at intel.com>
Date: Mon, 15 Jan 2018 18:57:33 +0800
Subject: [PATCH] lavc/snow_dwt: add missing header for MpegEncContext.

add missing header for MpegEncContext, use make checkheaders
found this issue.

Signed-off-by: Jun Zhao <jun.zhao at intel.com>
---
 libavcodec/snow_dwt.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h
index e2d7528056..eee735c16f 100644
--- a/libavcodec/snow_dwt.h
+++ b/libavcodec/snow_dwt.h
@@ -24,6 +24,8 @@
 #include <stddef.h>
 #include <stdint.h>
 
+#include "mpegvideo.h"
+
 typedef int DWTELEM;
 typedef short IDWTELEM;
 
-- 
2.14.1



More information about the ffmpeg-devel mailing list