Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: webrtc/sdk/android/src/jni/videodecoderwrapper.h

Issue 3010623002: Change capture time format to nanoseconds in EncodedImage. (Closed)
Patch Set: Update decoder wrapper. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/sdk/android/src/jni/videodecoderwrapper.h
diff --git a/webrtc/sdk/android/src/jni/videodecoderwrapper.h b/webrtc/sdk/android/src/jni/videodecoderwrapper.h
index 19cf92fb9819466585063b6dba870b0e59399791..c737456a0d1e1ceed6be58cf518e4c3f40b3fed6 100644
--- a/webrtc/sdk/android/src/jni/videodecoderwrapper.h
+++ b/webrtc/sdk/android/src/jni/videodecoderwrapper.h
@@ -58,7 +58,7 @@ class VideoDecoderWrapper : public VideoDecoder {
private:
struct FrameExtraInfo {
- uint32_t capture_time_ms; // Used as an identifier of the frame.
+ uint64_t capture_time_ns; // Used as an identifier of the frame.
uint32_t timestamp_rtp;
rtc::Optional<uint8_t> qp;
« no previous file with comments | « webrtc/sdk/android/src/java/org/webrtc/HardwareVideoEncoder.java ('k') | webrtc/sdk/android/src/jni/videodecoderwrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698