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

Unified Diff: modules/video_coding/codecs/test/stats.h

Issue 3014623002: Adding test for SingleNalUnit mode (Closed)
Patch Set: Addressed review notes on coding style Created 3 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: 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..fd6fa874b2521fd226c3078bb60bc1fc477fe225 100644
--- a/modules/video_coding/codecs/test/stats.h
+++ b/modules/video_coding/codecs/test/stats.h
@@ -32,6 +32,9 @@ struct FrameStatistic {
size_t encoded_frame_size_bytes = 0;
webrtc::FrameType frame_type = kVideoFrameDelta;
+ // H264 specific.
+ rtc::Optional<size_t> max_nalu_length;
+
// Decoding.
int64_t decode_start_ns = 0;
int decode_return_code = 0;
« no previous file with comments | « no previous file | modules/video_coding/codecs/test/videoprocessor.h » ('j') | modules/video_coding/codecs/test/videoprocessor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698