From 862e020f93149af6ef9269690da210a5261b2b51 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Thu, 19 Sep 2019 21:28:10 +0200 Subject: [PATCH] avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h Fixes fate-source failure. Signed-off-by: Marton Balint --- libavfilter/dnn/dnn_backend_native_layer_depth2space.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/dnn/dnn_backend_native_layer_depth2space.h b/libavfilter/dnn/dnn_backend_native_layer_depth2space.h index 7a051af918..8708be83b9 100644 --- a/libavfilter/dnn/dnn_backend_native_layer_depth2space.h +++ b/libavfilter/dnn/dnn_backend_native_layer_depth2space.h @@ -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"