diff --git a/programs/src/video/main.cpp b/programs/src/video/main.cpp index b3afd23..b4b3439 100644 --- a/programs/src/video/main.cpp +++ b/programs/src/video/main.cpp @@ -36,7 +36,7 @@ static constexpr int FONT_SIZE_LG = 22; static constexpr int MAX_FILES = 128; static constexpr int MAX_PATH = 256; static constexpr int MAX_FILTER = 64; -static constexpr uint64_t MAX_FILE_SIZE = 512ull * 1024ull * 1024ull; +static constexpr uint64_t MAX_FILE_SIZE = 1024ull * 1024ull * 1024ull; static constexpr int AUDIO_OUT_CHANNELS = 2; static constexpr int AUDIO_OUT_BITS = 16; static constexpr int AUDIO_RING_BYTES = 0x8000;