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

Unified Diff: webrtc/video_frame.h

Issue 1264693003: Add QP stats for sent video streams to StatsReport. Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: added comment 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
Index: webrtc/video_frame.h
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
index d70a746daeb49334193c99d522cefd275615981c..d059b02ba0d30420b5d8a800e70b65c29f3ced01 100644
--- a/webrtc/video_frame.h
+++ b/webrtc/video_frame.h
@@ -193,6 +193,7 @@ class EncodedImage {
size_t _length;
size_t _size;
bool _completeFrame = false;
+ int qp_ = -1; // Quantizer value.
};
} // namespace webrtc
« webrtc/video/send_statistics_proxy.h ('K') | « webrtc/video/send_statistics_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698