Make VP8 timestamp int64_t to be represented with the same type as in libvpx.
BUG= Review URL: https://webrtc-codereview.appspot.com/731011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2628 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a51e766253
commit
154dbbefa2
@ -132,7 +132,7 @@ class VP8Encoder : public VideoEncoder {
|
||||
EncodedImageCallback* encoded_complete_callback_;
|
||||
VideoCodec codec_;
|
||||
bool inited_;
|
||||
uint32_t timestamp_;
|
||||
int64_t timestamp_;
|
||||
uint16_t picture_id_;
|
||||
bool feedback_mode_;
|
||||
int cpu_speed_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user