dnn_interface.h: fix redefining typedefs

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
This commit is contained in:
Guo, Yejun 2020-12-31 09:19:39 +08:00
parent 6b0cfa8399
commit 477dd2df60
1 changed files with 1 additions and 1 deletions

View File

@ -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;