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

Unified Diff: webrtc/common_video/h264/sps_parser.h

Issue 2265023002: Revert of Add pps id and sps id parsing to the h.264 depacketizer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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 | « webrtc/common_video/h264/pps_parser_unittest.cc ('k') | webrtc/common_video/h264/sps_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/h264/sps_parser.h
diff --git a/webrtc/common_video/h264/sps_parser.h b/webrtc/common_video/h264/sps_parser.h
index 8b0fff53ce349a5d9aec98e04206cc32c66b3de1..d04d9a0f1c8dc83cea98d926baa0c882a3f39a82 100644
--- a/webrtc/common_video/h264/sps_parser.h
+++ b/webrtc/common_video/h264/sps_parser.h
@@ -38,7 +38,6 @@
uint32_t pic_order_cnt_type = 0;
uint32_t max_num_ref_frames = 0;
uint32_t vui_params_present = 0;
- uint32_t id = 0;
};
// Unpack RBSP and parse SPS state from the supplied buffer.
« no previous file with comments | « webrtc/common_video/h264/pps_parser_unittest.cc ('k') | webrtc/common_video/h264/sps_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698