shithub: libvpx

Download patch

ref: 94285b79abb03e873614cf91d3d2c69ca5b68978
parent: bb3d510a18350eb44038897187b1c4b28da86200
parent: 15296c24a6cbaabdccb7a30aa01295a803db6673
author: John Koleszar <jkoleszar@google.com>
date: Tue Jul 10 07:04:46 EDT 2012

Merge "I420VideoSource: add members to ctor initialization"

--- a/test/i420_video_source.h
+++ b/test/i420_video_source.h
@@ -28,6 +28,9 @@
         img_(NULL),
         start_(start),
         limit_(limit),
+        frame_(0),
+        width_(0),
+        height_(0),
         framerate_numerator_(rate_numerator),
         framerate_denominator_(rate_denominator) {