diff options
author | 2019-10-05 00:15:19 +0200 | |
---|---|---|
committer | 2019-10-05 00:15:19 +0200 | |
commit | 3bd43b4f49fe416c181b8cf2e81fd8e2432cb53d (patch) | |
tree | a6a7c86d0520a1e88f35700fb2b505620c1f97c1 | |
parent | c81df094720ea60a7e0e8b0c6fb3106466bcaa34 (diff) |
aviio: increase max size (nw)
-rw-r--r-- | src/lib/util/aviio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/aviio.cpp b/src/lib/util/aviio.cpp index 12119073105..771befa9ef5 100644 --- a/src/lib/util/aviio.cpp +++ b/src/lib/util/aviio.cpp @@ -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 |