I420VideoSource: normalize framerate types

ctor inputs are ints as are vpx_rational_t members

Change-Id: I62a39bf3df123727a872e40b74e3ee9e55ef2ede
This commit is contained in:
James Zern 2013-06-21 19:34:51 -07:00
parent 0c8e13d2f8
commit c2fa8390f6

View File

@ -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