This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
compat/cuda: correct ushort4 to use ushort
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
tags/n4.4
Matt Oliver
Timo Rothenpieler
4 years ago
parent
b5d95998ff
commit
b57037d663
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compat/cuda/cuda_runtime.h
+ 1
- 1
compat/cuda/cuda_runtime.h
View 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
Write
Preview
Loading…
Cancel
Save