Index: webrtc/modules/video_coding/packet.h |
diff --git a/webrtc/modules/video_coding/packet.h b/webrtc/modules/video_coding/packet.h |
index b77c1df0396a11ea63beab56f0086ecee2224ccd..bb62cb9ac5ba38e5d70d52319d4b4ed7beaab664 100644 |
--- a/webrtc/modules/video_coding/packet.h |
+++ b/webrtc/modules/video_coding/packet.h |
@@ -39,6 +39,7 @@ class VCMPacket { |
const uint8_t* dataPtr; |
size_t sizeBytes; |
bool markerBit; |
+ int timesNacked; |
FrameType frameType; |
VideoCodecType codec; |