projects
/
libvpx
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c8e13d
)
I420VideoSource: normalize framerate types
author
James Zern
<jzern@google.com>
Sat, 22 Jun 2013 02:34:51 +0000
(19:34 -0700)
committer
James Zern
<jzern@google.com>
Sat, 22 Jun 2013 02:34:51 +0000
(19:34 -0700)
ctor inputs are ints as are vpx_rational_t members
Change-Id: I62a39bf3df123727a872e40b74e3ee9e55ef2ede
test/i420_video_source.h
patch
|
blob
|
history
diff --git
a/test/i420_video_source.h
b/test/i420_video_source.h
index 12a6ab1d3ff896af12a2487f5a7e5ca96a11b318..0dc29319c65c3f6d0d59c0dd7c163436240054b2 100644
(file)
--- 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