Chromium Code Reviews| Index: webrtc/modules/video_coding/codecs/interface/video_codec_interface.h |
| diff --git a/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h b/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h |
| index 6363ab7332b08e9a54db5aa5199660978826403e..967a0dbae5e0d745d5e3c4b30548a892b60442a3 100644 |
| --- a/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h |
| +++ b/webrtc/modules/video_coding/codecs/interface/video_codec_interface.h |
| @@ -68,6 +68,10 @@ struct CodecSpecificInfoVP9 { |
| uint16_t width[kMaxVp9NumberOfSpatialLayers]; |
| uint16_t height[kMaxVp9NumberOfSpatialLayers]; |
| GofInfoVP9 gof; |
| + |
| + // Frame reference data. |
| + uint8_t num_ref_pics; |
| + uint16_t p_diff[kMaxVp9RefPics]; |
|
åsapersson
2015/11/06 10:19:34
Max p_diff for flexible mode is now 7 bits, change
philipel1
2015/11/06 14:35:16
Done.
|
| }; |
| struct CodecSpecificInfoGeneric { |