dnn_interface.h: fix redefining typedefs

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
pull/371/head
Guo, Yejun 4 years ago
parent 6b0cfa8399
commit 477dd2df60
  1. 2
      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;

Loading…
Cancel
Save