Chromium Code Reviews

Unified Diff: webrtc/modules/video_coding/main/source/generic_decoder.h

Issue 1358863002: Simplify VCMTimestampMap. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_coding/main/source/generic_decoder.h
diff --git a/webrtc/modules/video_coding/main/source/generic_decoder.h b/webrtc/modules/video_coding/main/source/generic_decoder.h
index ce649988ef41281a2f5be2b94762f772662033d2..09929e64f47b081b1c63e5c43afb350c331634f6 100644
--- a/webrtc/modules/video_coding/main/source/generic_decoder.h
+++ b/webrtc/modules/video_coding/main/source/generic_decoder.h
@@ -46,7 +46,7 @@ public:
uint64_t LastReceivedPictureID() const;
- int32_t Map(uint32_t timestamp, VCMFrameInformation* frameInfo);
+ void Map(uint32_t timestamp, VCMFrameInformation* frameInfo);
int32_t Pop(uint32_t timestamp);
private:

Powered by Google App Engine