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