[FFmpeg-cvslog] avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h

Marton Balint git at videolan.org
Thu Sep 19 22:34:45 EEST 2019


ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Thu Sep 19 21:28:10 2019 +0200| [862e020f93149af6ef9269690da210a5261b2b51] | committer: Marton Balint

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

Fixes fate-source failure.

Signed-off-by: Marton Balint <cus at passwd.hu>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=862e020f93149af6ef9269690da210a5261b2b51
---

 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"



More information about the ffmpeg-cvslog mailing list