Chromium Code Reviews| Index: webrtc/modules/include/module_common_types.h |
| diff --git a/webrtc/modules/include/module_common_types.h b/webrtc/modules/include/module_common_types.h |
| index 4e431105966e22448c5c94b20a896e14221abe77..3234eb1e881d84edefa4b504e37dc1228982661b 100644 |
| --- a/webrtc/modules/include/module_common_types.h |
| +++ b/webrtc/modules/include/module_common_types.h |
| @@ -264,6 +264,8 @@ struct NaluInfo { |
| uint8_t type; |
| int sps_id; |
| int pps_id; |
| + size_t offset; |
| + size_t size; |
| }; |
| const size_t kMaxNalusPerPacket = 10; |