| 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..9bd640123c97f76f8188061719999fb6bf25c6d5 100644
|
| --- a/webrtc/modules/include/module_common_types.h
|
| +++ b/webrtc/modules/include/module_common_types.h
|
| @@ -277,6 +277,7 @@ struct RTPVideoHeaderH264 {
|
| H264PacketizationTypes packetization_type;
|
| NaluInfo nalus[kMaxNalusPerPacket];
|
| size_t nalus_length;
|
| + H264PacketizationMode packetization_mode;
|
| };
|
|
|
| union RTPVideoTypeHeader {
|
|
|