| commit | c5313458bd1a56af5f74c3158fcab01b9f41cb0b | [log] [tgz] |
|---|---|---|
| author | Sarah Parker <sarahparker@google.com> | Thu Apr 25 12:22:58 2019 -0700 |
| committer | Sarah Parker <sarahparker@google.com> | Thu Apr 25 21:15:38 2019 +0000 |
| tree | c7a2d6d2243aec0710948f1328a1b68e90af8fa0 | |
| parent | 8699ed6fa1c9f5bfa3a4116f8f0af9c949a2e663 [diff] [blame] |
Increase MAX_BUFFER in inspect to accommodate 8k video Change-Id: If025832eceded12d3b5f6af54a4f17df35091739
diff --git a/examples/inspect.c b/examples/inspect.c index 9e9e546..f7422ac 100644 --- a/examples/inspect.c +++ b/examples/inspect.c
@@ -42,7 +42,7 @@ #include "common/video_reader.h" // Max JSON buffer size. -const int MAX_BUFFER = 1024 * 1024 * 32; +const int MAX_BUFFER = 1024 * 1024 * 256; typedef enum { ACCOUNTING_LAYER = 1,