aviio: increase max size (nw)

This commit is contained in:
hap 2019-10-05 00:15:19 +02:00
parent c81df09472
commit 3bd43b4f49

View File

@ -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