mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
checkasm/utvideo : be more explicit to the WIDTH_PADDED define
This commit is contained in:
parent
e1dd97bd4c
commit
9bed17cd0f
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user