summaryrefslogtreecommitdiff
path: root/libavfilter/deshake_opencl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/deshake_opencl.h')
-rw-r--r--libavfilter/deshake_opencl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/deshake_opencl.h b/libavfilter/deshake_opencl.h
index 5b0a2414b8..f3d96dc4e9 100644
--- a/libavfilter/deshake_opencl.h
+++ b/libavfilter/deshake_opencl.h
@@ -23,7 +23,7 @@
#include "deshake.h"
-typedef struct {
+typedef struct float4 {
float x;
float y;
float z;