Commit 862e020f authored by Marton Balint's avatar Marton Balint

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

Fixes fate-source failure.
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent b632ad81
......@@ -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 "libavformat/avio.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment