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

Unified Diff: modules/rtp_rtcp/source/rtp_format_h264_unittest.cc

Issue 2951033003: [EXPERIMENTAL] Generic stereo codec with index header sending single frames
Patch Set: Rebase and add external codec support. Created 3 years, 3 months 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
« no previous file with comments | « modules/rtp_rtcp/source/rtp_format.cc ('k') | modules/rtp_rtcp/source/rtp_format_video_stereo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rtp_rtcp/source/rtp_format_h264_unittest.cc
diff --git a/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc b/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc
index 0eef2bcd85e21b350b3e78968a5f2166f30d9125..d6b47a08cfb2d18fd57b86345580c349bc2c2df7 100644
--- a/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc
+++ b/modules/rtp_rtcp/source/rtp_format_h264_unittest.cc
@@ -68,7 +68,7 @@ RtpPacketizer* CreateH264Packetizer(H264PacketizationMode mode,
RTPVideoTypeHeader type_header;
type_header.H264.packetization_mode = mode;
return RtpPacketizer::Create(kRtpVideoH264, max_payload_size,
- last_packet_reduction, &type_header,
+ last_packet_reduction, &type_header, nullptr,
kEmptyFrame);
}
« no previous file with comments | « modules/rtp_rtcp/source/rtp_format.cc ('k') | modules/rtp_rtcp/source/rtp_format_video_stereo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698