[FFmpeg-cvslog] libavfilter: Fix fate-source after 072788c46e36a21ca9e8f1e3cc19a1944db5b89c
Martin Storsjö
git at videolan.org
Wed Jun 23 09:22:31 EEST 2021
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Jun 23 09:20:49 2021 +0300| [947122f111afdfe0c16de7177d760e0cf41170eb] | committer: Martin Storsjö
libavfilter: Fix fate-source after 072788c46e36a21ca9e8f1e3cc19a1944db5b89c
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=947122f111afdfe0c16de7177d760e0cf41170eb
---
libavfilter/cuda/load_helper.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavfilter/cuda/load_helper.h b/libavfilter/cuda/load_helper.h
index 31507d6d3e..4ae78095c4 100644
--- a/libavfilter/cuda/load_helper.h
+++ b/libavfilter/cuda/load_helper.h
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVFILTER_CUDA_DECOMPRESS_H
-#define AVFILTER_CUDA_DECOMPRESS_H
+#ifndef AVFILTER_CUDA_LOAD_HELPER_H
+#define AVFILTER_CUDA_LOAD_HELPER_H
/**
* Loads a CUDA module and applies any decompression, if neccesary.
@@ -25,4 +25,4 @@
int ff_cuda_load_module(void *avctx, AVCUDADeviceContext *hwctx, CUmodule *cu_module,
const unsigned char *data, const unsigned int length);
-#endif
+#endif /* AVFILTER_CUDA_LOAD_HELPER_H */
More information about the ffmpeg-cvslog
mailing list