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

Unified Diff: media/formats/mp2t/es_parser_adts.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_adts.h
diff --git a/media/formats/mp2t/es_parser_adts.h b/media/formats/mp2t/es_parser_adts.h
index 740e3ba66c2566d7d94c193a84a9b2179f1e84d8..87b1aada1f51bfa7c0263e87064a9fe78560dbb1 100644
--- a/media/formats/mp2t/es_parser_adts.h
+++ b/media/formats/mp2t/es_parser_adts.h
@@ -58,7 +58,7 @@ class MEDIA_EXPORT EsParserAdts : public EsParser {
// Signal any audio configuration change (if any).
// Return false if the current audio config is not
// a supported ADTS audio config.
- bool UpdateAudioConfiguration(const uint8* adts_header);
+ bool UpdateAudioConfiguration(const uint8_t* adts_header);
// Callbacks:
// - to signal a new audio configuration,

Powered by Google App Engine
This is Rietveld 408576698