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

Unified Diff: media/filters/opus_constants.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/filters/opus_constants.h
diff --git a/media/filters/opus_constants.h b/media/filters/opus_constants.h
index f5ccad0c1780e703a1f532e0754f2d73bba35b63..0def7c69d84d7b66699d72cafe3ab65e61010313 100644
--- a/media/filters/opus_constants.h
+++ b/media/filters/opus_constants.h
@@ -69,7 +69,7 @@ enum {
// count, coupling information, and per channel mapping values:
// - Byte 0: Number of streams.
// - Byte 1: Number coupled.
- // - Byte 2: Starting at byte 2 are |extra_data->channels| uint8 mapping
+ // - Byte 2: Starting at byte 2 are |extra_data->channels| uint8_t mapping
// values.
OPUS_EXTRADATA_NUM_STREAMS_OFFSET = OPUS_EXTRADATA_SIZE,
OPUS_EXTRADATA_NUM_COUPLED_OFFSET = OPUS_EXTRADATA_NUM_STREAMS_OFFSET + 1,

Powered by Google App Engine
This is Rietveld 408576698