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

Unified Diff: third_party/openmax/il/OMX_Other.h

Issue 10797029: Enforce all the source files to be encoded in UTF-8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: vim Created 8 years, 5 months 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: third_party/openmax/il/OMX_Other.h
diff --git a/third_party/openmax/il/OMX_Other.h b/third_party/openmax/il/OMX_Other.h
index d5cd9764168fe655a70cec0110467304bd40c3fc..dad30d4c8043946dba018e3aa49b0d823b5bc8ea 100644
--- a/third_party/openmax/il/OMX_Other.h
+++ b/third_party/openmax/il/OMX_Other.h
@@ -90,9 +90,9 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
/** Structure representing a time stamp used with the following configs
* on the Clock Component (CC):
*
- * OMX_IndexConfigTimeCurrentWallTime: query of the CC’s current wall
+ * OMX_IndexConfigTimeCurrentWallTime: query of the CC's current wall
* time
- * OMX_IndexConfigTimeCurrentMediaTime: query of the CC’s current media
+ * OMX_IndexConfigTimeCurrentMediaTime: query of the CC's current media
* time
* OMX_IndexConfigTimeCurrentAudioReference and
* OMX_IndexConfigTimeCurrentVideoReference: audio/video reference
@@ -103,7 +103,7 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
* OMX_BUFFERFLAG_STARTTIME set. It must use the timestamp
* specified by that buffer for nStartTimestamp.
*
- * It’s also used with the following config on components in general:
+ * It's also used with the following config on components in general:
*
* OMX_IndexConfigTimePosition: IL client querying component position
* (GetConfig) or commanding a component to seek to the given location
@@ -247,7 +247,7 @@ typedef struct OMX_TIME_CONFIG_SCALETYPE {
* scaling the media time */
} OMX_TIME_CONFIG_SCALETYPE;
-/** Bits used to identify a clock port. Used in OMX_TIME_CONFIG_CLOCKSTATETYPE’s nWaitMask field */
+/** Bits used to identify a clock port. Used in OMX_TIME_CONFIG_CLOCKSTATETYPE's nWaitMask field */
#define OMX_CLOCKPORT0 0x00000001
#define OMX_CLOCKPORT1 0x00000002
#define OMX_CLOCKPORT2 0x00000004

Powered by Google App Engine
This is Rietveld 408576698