This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
6b0cfa8399
commit
477dd2df60
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save