]> git.sesse.net Git - ffmpeg/commitdiff
compat/cuda: correct ushort4 to use ushort
authorMatt Oliver <protogonoi@gmail.com>
Fri, 12 Feb 2021 15:58:25 +0000 (02:58 +1100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Mon, 22 Feb 2021 16:03:52 +0000 (17:03 +0100)
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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