Chromium Code Reviews

Unified Diff: webrtc/modules/video_coding/include/video_codec_interface.h

Issue 2337453002: H.264 packetization mode 0 (try 2) (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_coding/include/video_codec_interface.h
diff --git a/webrtc/modules/video_coding/include/video_codec_interface.h b/webrtc/modules/video_coding/include/video_codec_interface.h
index f0a11e7a532316356a2f52bcf4d98f40d376ed84..5dcfaffadbfedfcc862e8ed92d1674250818f799 100644
--- a/webrtc/modules/video_coding/include/video_codec_interface.h
+++ b/webrtc/modules/video_coding/include/video_codec_interface.h
@@ -77,7 +77,9 @@ struct CodecSpecificInfoGeneric {
uint8_t simulcast_idx;
};
-struct CodecSpecificInfoH264 {};
+struct CodecSpecificInfoH264 {
+ H264PacketizationMode packetization_mode;
+};
union CodecSpecificInfoUnion {
CodecSpecificInfoGeneric generic;

Powered by Google App Engine