| Index: webrtc/modules/video_coding/main/source/session_info.h
|
| diff --git a/webrtc/modules/video_coding/main/source/session_info.h b/webrtc/modules/video_coding/main/source/session_info.h
|
| index 21f6c437e3a7ea5e1744d94fe41ebf485cc55b38..88071e19d5fab2b3c0f856cb2b63dc33882d5c6d 100644
|
| --- a/webrtc/modules/video_coding/main/source/session_info.h
|
| +++ b/webrtc/modules/video_coding/main/source/session_info.h
|
| @@ -88,6 +88,8 @@ class VCMSessionInfo {
|
| int Tl0PicId() const;
|
| bool NonReference() const;
|
|
|
| + void SetGofInfo(const GofInfoVP9& gof_info, size_t idx);
|
| +
|
| // The number of packets discarded because the decoder can't make use of
|
| // them.
|
| int packets_not_decodable() const;
|
|
|