Commit 94285b79 authored by John Koleszar's avatar John Koleszar Committed by Gerrit Code Review
Browse files

Merge "I420VideoSource: add members to ctor initialization"

Showing with 3 additions and 0 deletions
...@@ -28,6 +28,9 @@ class I420VideoSource : public VideoSource { ...@@ -28,6 +28,9 @@ class I420VideoSource : public VideoSource {
img_(NULL), img_(NULL),
start_(start), start_(start),
limit_(limit), limit_(limit),
frame_(0),
width_(0),
height_(0),
framerate_numerator_(rate_numerator), framerate_numerator_(rate_numerator),
framerate_denominator_(rate_denominator) { framerate_denominator_(rate_denominator) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment