diff options
author | Marton Balint <cus@passwd.hu> | 2019-09-19 21:28:10 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2019-09-19 21:30:54 +0200 |
commit | 862e020f93149af6ef9269690da210a5261b2b51 (patch) | |
tree | 220549d354b7f766b88de96476e6707fbb915793 /libavfilter/dnn | |
parent | b632ad81c5f44d0c47b44c5a87084b30f33bed5e (diff) | |
download | ffmpeg-streaming-862e020f93149af6ef9269690da210a5261b2b51.zip ffmpeg-streaming-862e020f93149af6ef9269690da210a5261b2b51.tar.gz |
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>
Diffstat (limited to 'libavfilter/dnn')
-rw-r--r-- | libavfilter/dnn/dnn_backend_native_layer_depth2space.h | 4 |
1 files 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 7a051af..8708be8 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" |