]> git.sesse.net Git - ffmpeg/blobdiff - compat/cuda/cuda_runtime.h
compat/cuda: correct ushort4 to use ushort
[ffmpeg] / compat / cuda / cuda_runtime.h
index 0bf3de85d35d785577b6407ddcc0b3c6a7a28576..c5450b254248feb3c40c51b694a742563e213d68 100644 (file)
@@ -73,7 +73,7 @@ typedef struct __device_builtin__ __align__(4) uchar4
 
 typedef struct __device_builtin__ __align__(8) ushort4
 {
-    unsigned char x, y, z, w;
+    unsigned short x, y, z, w;
 } ushort4;
 
 typedef struct __device_builtin__ __align__(16) int4