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

Unified Diff: media/formats/mp2t/es_parser_test_base.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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
Index: media/formats/mp2t/es_parser_test_base.h
diff --git a/media/formats/mp2t/es_parser_test_base.h b/media/formats/mp2t/es_parser_test_base.h
index 433bbe134e5cbb95ecccafccf28644837c1ab828..56930d47d7589ef479bee27c79cf31ec725a9195 100644
--- a/media/formats/mp2t/es_parser_test_base.h
+++ b/media/formats/mp2t/es_parser_test_base.h
@@ -64,7 +64,7 @@ class EsParserTestBase {
std::vector<Packet> GenerateFixedSizePesPacket(size_t pes_size);
// ES stream.
- std::vector<uint8> stream_;
+ std::vector<uint8_t> stream_;
// Number of decoder configs received from the ES parser.
size_t config_count_;

Powered by Google App Engine
This is Rietveld 408576698