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

Unified Diff: webrtc/video_frame.h

Issue 1340623002: Add stats for average QP per frame for VP8 (for received video streams). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: address comment Created 5 years, 2 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 b71e0aaae97fafc61566793733399e758e4e7d8d..d0f572fe29c722b92b23f8133db37b3d7c848d86 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/video_receive_stream.cc ('K') | « webrtc/video/video_receive_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698