Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1328)

Unified Diff: webrtc/modules/include/module_common_types.h

Issue 2337453002: H.264 packetization mode 0 (try 2) (Closed)
Patch Set: Moved tests to minimize diff Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698