Browse Source

dnn_interface.h: fix redefining typedefs

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
tags/n4.4
Guo, Yejun 4 years ago
parent
commit
477dd2df60
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/dnn_interface.h

+ 1
- 1
libavfilter/dnn_interface.h 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;



Loading…
Cancel
Save