Index: webrtc/modules/video_coding/codecs/h264/include/h264_globals.h |
diff --git a/webrtc/modules/video_coding/codecs/h264/include/h264_globals.h b/webrtc/modules/video_coding/codecs/h264/include/h264_globals.h |
index 93c8887dcd4c43d895b6d16a64a5327b0d46e5fb..8f0d9fe1595329a9f417c4f317026f32b10db462 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/include/h264_globals.h |
+++ b/webrtc/modules/video_coding/codecs/h264/include/h264_globals.h |
@@ -57,10 +57,6 @@ struct NaluInfo { |
uint8_t type; |
int sps_id; |
int pps_id; |
- |
- // Offset and size are only valid for non-FuA packets. |
- size_t offset; |
- size_t size; |
}; |
const size_t kMaxNalusPerPacket = 10; |