| 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..350c4f866b5d757329d11c00ea9c81fcbfe1ec22 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;
|
| + size_t max_nalu_length = 0;
|
|
|
| // Decoding.
|
| int64_t decode_start_ns = 0;
|
|
|