@@ -90,9 +90,9 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
90
90
/** Structure representing a time stamp used with the following configs
91
91
* on the Clock Component (CC):
92
92
*
93
- * OMX_IndexConfigTimeCurrentWallTime: query of the CC’s current wall
93
+ * OMX_IndexConfigTimeCurrentWallTime: query of the CC’s current wall
94
94
* time
95
- * OMX_IndexConfigTimeCurrentMediaTime: query of the CC’s current media
95
+ * OMX_IndexConfigTimeCurrentMediaTime: query of the CC’s current media
96
96
* time
97
97
* OMX_IndexConfigTimeCurrentAudioReference and
98
98
* OMX_IndexConfigTimeCurrentVideoReference: audio/video reference
@@ -103,7 +103,7 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
103
103
* OMX_BUFFERFLAG_STARTTIME set. It must use the timestamp
104
104
* specified by that buffer for nStartTimestamp.
105
105
*
106
- * It’s also used with the following config on components in general:
106
+ * It’s also used with the following config on components in general:
107
107
*
108
108
* OMX_IndexConfigTimePosition: IL client querying component position
109
109
* (GetConfig) or commanding a component to seek to the given location
@@ -247,7 +247,7 @@ typedef struct OMX_TIME_CONFIG_SCALETYPE {
247
247
* scaling the media time */
248
248
} OMX_TIME_CONFIG_SCALETYPE ;
249
249
250
- /** Bits used to identify a clock port. Used in OMX_TIME_CONFIG_CLOCKSTATETYPE’s nWaitMask field */
250
+ /** Bits used to identify a clock port. Used in OMX_TIME_CONFIG_CLOCKSTATETYPE’s nWaitMask field */
251
251
#define OMX_CLOCKPORT0 0x00000001
252
252
#define OMX_CLOCKPORT1 0x00000002
253
253
#define OMX_CLOCKPORT2 0x00000004
0 commit comments