Merge "I420VideoSource: normalize framerate types"

This commit is contained in:
James Zern 2013-06-25 12:57:49 -07:00 committed by Gerrit Code Review
commit 4c0f283886

View File

@ -108,8 +108,8 @@ class I420VideoSource : public VideoSource {
unsigned int frame_; unsigned int frame_;
unsigned int width_; unsigned int width_;
unsigned int height_; unsigned int height_;
unsigned int framerate_numerator_; int framerate_numerator_;
unsigned int framerate_denominator_; int framerate_denominator_;
}; };
} // namespace libvpx_test } // namespace libvpx_test