ffmpeg | branch: master | Marton Balint <c...@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 <c...@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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".