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

Unified Diff: webrtc/modules/video_coding/main/interface/video_coding.h

Issue 1374673003: Move sent key frame stats to send_statistics_proxy class. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: removed functions (SentFrameCount, SendCodecStatistics) Created 5 years, 3 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
« no previous file with comments | « no previous file | webrtc/modules/video_coding/main/source/media_optimization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/main/interface/video_coding.h
diff --git a/webrtc/modules/video_coding/main/interface/video_coding.h b/webrtc/modules/video_coding/main/interface/video_coding.h
index aeb2f797ef5d0f88c5329b1e8650268ea479e5ac..7fd26273f07f203dd3e105db3819f7d1f76e0bbf 100644
--- a/webrtc/modules/video_coding/main/interface/video_coding.h
+++ b/webrtc/modules/video_coding/main/interface/video_coding.h
@@ -313,8 +313,6 @@ public:
// < 0, on error.
virtual int32_t EnableFrameDropper(bool enable) = 0;
- // Sent frame counters
- virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const = 0;
/*
* Receiver
« no previous file with comments | « no previous file | webrtc/modules/video_coding/main/source/media_optimization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698