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

Unified Diff: media/formats/mp4/es_descriptor.cc

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef Created 5 years 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 | « media/formats/mp4/cenc.h ('k') | media/formats/mp4/es_descriptor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp4/es_descriptor.cc
diff --git a/media/formats/mp4/es_descriptor.cc b/media/formats/mp4/es_descriptor.cc
index 3377c8cfccfe19c854480a6f9345330624a4d4d7..9fde9c27c507fbcbfc51ac31a4c650c4abcd5db7 100644
--- a/media/formats/mp4/es_descriptor.cc
+++ b/media/formats/mp4/es_descriptor.cc
@@ -4,6 +4,8 @@
#include "media/formats/mp4/es_descriptor.h"
+#include <stddef.h>
+
#include "media/base/bit_reader.h"
#include "media/formats/mp4/rcheck.h"
« no previous file with comments | « media/formats/mp4/cenc.h ('k') | media/formats/mp4/es_descriptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698