Commit 9bed17cd authored by Martin Vignali's avatar Martin Vignali

checkasm/utvideo : be more explicit to the WIDTH_PADDED define

parent e1dd97bd
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment