]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/deshake_opencl.h
Merge commit 'f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07'
[ffmpeg] / libavfilter / deshake_opencl.h
index 5b0a2414b82d21f8bdc74c7dfab2df7d901b5129..f3d96dc4e90f3f6bc04896c016d883e3fa9fcdfd 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "deshake.h"
 
-typedef struct {
+typedef struct float4 {
     float x;
     float y;
     float z;