Index: modules/video_coding/codecs/test/stats.h |
diff --git a/modules/video_coding/codecs/test/stats.h b/modules/video_coding/codecs/test/stats.h |
index 8022f277c83c34886e2f11624543d42ac6b3c72f..e33af8d188eaf5d2b546067ca816b250b7e6d295 100644 |
--- a/modules/video_coding/codecs/test/stats.h |
+++ b/modules/video_coding/codecs/test/stats.h |
@@ -31,6 +31,7 @@ struct FrameStatistic { |
int bitrate_kbps = 0; |
size_t encoded_frame_size_bytes = 0; |
webrtc::FrameType frame_type = kVideoFrameDelta; |
+ rtc::Optional<size_t> max_nalu_length; |
brandtr
2017/09/26 09:19:13
Maybe add a comment that this is only relevant for
ssilkin
2017/09/26 11:07:04
Done.
|
// Decoding. |
int64_t decode_start_ns = 0; |