From c2fa8390f69ca709e2a4442ab8ac4b98e9c56d53 Mon Sep 17 00:00:00 2001
From: James Zern <jzern@google.com>
Date: Fri, 21 Jun 2013 19:34:51 -0700
Subject: [PATCH] I420VideoSource: normalize framerate types

ctor inputs are ints as are vpx_rational_t members

Change-Id: I62a39bf3df123727a872e40b74e3ee9e55ef2ede
---
 test/i420_video_source.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/i420_video_source.h b/test/i420_video_source.h
index 12a6ab1d3f..0dc29319c6 100644
--- a/test/i420_video_source.h
+++ b/test/i420_video_source.h
@@ -108,8 +108,8 @@ class I420VideoSource : public VideoSource {
   unsigned int frame_;
   unsigned int width_;
   unsigned int height_;
-  unsigned int framerate_numerator_;
-  unsigned int framerate_denominator_;
+  int framerate_numerator_;
+  int framerate_denominator_;
 };
 
 }  // namespace libvpx_test
-- 
GitLab