Browse Source

avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h

Fixes fate-source failure.

Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n4.3
Marton Balint 5 years ago
parent
commit
862e020f93
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavfilter/dnn/dnn_backend_native_layer_depth2space.h

+ 2
- 2
libavfilter/dnn/dnn_backend_native_layer_depth2space.h View File

@@ -24,8 +24,8 @@
*/ */




#ifndef AVFILTER_DNN_DNN_BACKEND_NATIVE_DEPTH2SPACE_H
#define AVFILTER_DNN_DNN_BACKEND_NATIVE_DEPTH2SPACE_H
#ifndef AVFILTER_DNN_DNN_BACKEND_NATIVE_LAYER_DEPTH2SPACE_H
#define AVFILTER_DNN_DNN_BACKEND_NATIVE_LAYER_DEPTH2SPACE_H


#include "../dnn_interface.h" #include "../dnn_interface.h"
#include "libavformat/avio.h" #include "libavformat/avio.h"


Loading…
Cancel
Save