shithub: libvpx

Download patch

ref: 67b5054035b0784170a2c7b8376aff3394339e2b
parent: af355dacd568dfe5c109ae2d6d22104f94cdcf7f
parent: f11630d9f704bf910609a433037dec97dda3c3bd
author: Jerome Jiang <jianj@google.com>
date: Thu May 10 18:58:30 EDT 2018

Merge "Make upper limit of frame size in ivf reader consistent."

--- a/test/ivf_video_source.h
+++ b/test/ivf_video_source.h
@@ -16,7 +16,7 @@
 #include "test/video_source.h"
 
 namespace libvpx_test {
-const unsigned int kCodeBufferSize = 256 * 1024;
+const unsigned int kCodeBufferSize = 256 * 1024 * 1024;
 const unsigned int kIvfFileHdrSize = 32;
 const unsigned int kIvfFrameHdrSize = 12;