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

Unified Diff: webrtc/modules/video_coding/frame_object.cc

Issue 1903523003: Convert Vp9 Rtp headers to frame references. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added comments. Created 4 years, 8 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
Index: webrtc/modules/video_coding/frame_object.cc
diff --git a/webrtc/modules/video_coding/frame_object.cc b/webrtc/modules/video_coding/frame_object.cc
index 7a05d28d56e06229b5265596ea6a1ab973dd6881..6d4aea553d20c3eddd457f2367e9c37a50939918 100644
--- a/webrtc/modules/video_coding/frame_object.cc
+++ b/webrtc/modules/video_coding/frame_object.cc
@@ -15,6 +15,11 @@
namespace webrtc {
namespace video_coding {
+FrameObject::FrameObject() : picture_id(0),
+ spatial_layer(0),
+ num_references(0),
+ inter_layer_predicted(false) {}
+
RtpFrameObject::RtpFrameObject(PacketBuffer* packet_buffer,
uint16_t first_packet,
uint16_t last_packet)

Powered by Google App Engine
This is Rietveld 408576698