diff mbox series

[FFmpeg-devel] dnn_interface.h: fix redefining typedefs

Message ID 20201231012727.5745-1-yejun.guo@intel.com
State Accepted
Commit 477dd2df60e6419ad8776a9865c421e8d42f68fe
Headers show
Series [FFmpeg-devel] dnn_interface.h: fix redefining typedefs | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Guo, Yejun Dec. 31, 2020, 1:27 a.m. UTC
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
---
will push soon
 libavfilter/dnn_interface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavfilter/dnn_interface.h b/libavfilter/dnn_interface.h
index 1e2842425a..9533c88829 100644
--- a/libavfilter/dnn_interface.h
+++ b/libavfilter/dnn_interface.h
@@ -28,7 +28,7 @@ 
 
 #include <stdint.h>
 #include "libavutil/frame.h"
-typedef struct AVFilterContext AVFilterContext;
+#include "avfilter.h"
 
 typedef enum {DNN_SUCCESS, DNN_ERROR} DNNReturnType;