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
checkasm/utvideo : be more explicit to the WIDTH_PADDED define
tags/n4.0
Martin Vignali
7 years ago
parent
e1dd97bd4c
commit
9bed17cd0f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/checkasm/utvideodsp.c
+ 1
- 1
tests/checkasm/utvideodsp.c
View File
@@ -27,7 +27,7 @@
#define WIDTH 240
#define HEIGHT 120
#define WIDTH_PADDED (WIDTH
+WIDTH%32)
#define WIDTH_PADDED (WIDTH
+ 16) /* padded to 32 */
#define BUFFER_SIZE (WIDTH_PADDED * HEIGHT)
Write
Preview
Loading…
Cancel
Save