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

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

Issue 2370853005: Move bitstream parser to more appropriate directory. (Closed)
Patch Set: revert changes to videotoolbox encoder Created 4 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 | « webrtc/common_video/h264/h264_bitstream_parser_unittest.cc ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/h264/h264_common.h
diff --git a/webrtc/common_video/h264/h264_common.h b/webrtc/common_video/h264/h264_common.h
index c5cbd55d15d6421a0d53544cadef521f4c8ad9a2..1532225ce98b63d4e93ef8bd18de6725ff66bb2d 100644
--- a/webrtc/common_video/h264/h264_common.h
+++ b/webrtc/common_video/h264/h264_common.h
@@ -16,6 +16,9 @@
#include "webrtc/base/common.h"
#include "webrtc/base/buffer.h"
+#include "webrtc/base/optional.h"
+#include "webrtc/common_video/h264/pps_parser.h"
magjed_webrtc 2016/09/27 14:39:19 I don't think these includes are needed?
+#include "webrtc/common_video/h264/sps_parser.h"
namespace webrtc {
« no previous file with comments | « webrtc/common_video/h264/h264_bitstream_parser_unittest.cc ('k') | webrtc/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698