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; |
mflodman
2016/11/10 12:52:39
This is similar to H264PacketizationTypes above, b
hta-webrtc
2016/11/10 14:27:31
The enum definitions contain a somewhat longer des
|
}; |
union RTPVideoTypeHeader { |