mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
aviio: increase max size (nw)
This commit is contained in:
parent
c81df09472
commit
3bd43b4f49
@ -39,7 +39,7 @@
|
||||
/** @brief Size of the maximum riff. */
|
||||
#define MAX_RIFF_SIZE (2UL * 1024 * 1024 * 1024 - 1024) /* just under 2GB */
|
||||
/** @brief The maximum avi size in gigabytes. */
|
||||
#define MAX_AVI_SIZE_IN_GB (256)
|
||||
#define MAX_AVI_SIZE_IN_GB (1024)
|
||||
|
||||
/**
|
||||
* @def FOUR_GB
|
||||
|
Loading…
Reference in New Issue
Block a user