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

Unified Diff: webrtc/modules/video_coding/utility/include/vp8_header_parser.h

Issue 1435873003: Use webrtc/base/logging.h for video coding/processing. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: move stdint/stdio headers to proper location Created 5 years, 1 month 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/utility/include/vp8_header_parser.h
diff --git a/webrtc/modules/video_coding/utility/include/vp8_header_parser.h b/webrtc/modules/video_coding/utility/include/vp8_header_parser.h
index 88796ecd0e7639e88ac5a4b3dbab6a5b8d7dd823..711ca8f5993c85c51edeecf88dba0f7468030f48 100644
--- a/webrtc/modules/video_coding/utility/include/vp8_header_parser.h
+++ b/webrtc/modules/video_coding/utility/include/vp8_header_parser.h
@@ -11,6 +11,9 @@
#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_PARSE_HEADER_H_
#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_VP8_PARSE_HEADER_H_
+#include <stdint.h>
+#include <stdio.h>
stefan-webrtc 2015/11/11 16:12:38 Why was this moved?
pbos-webrtc 2015/11/11 16:16:21 It should have been in the header (since the heade
+
namespace webrtc {
namespace vp8 {
« no previous file with comments | « webrtc/modules/video_coding/main/source/video_sender.cc ('k') | webrtc/modules/video_coding/utility/vp8_header_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698