Skip to content

Commit b637c6d

Browse files
committed
Bug 1743088 - omx: Fix some encoding issue r=RyanVM DONTBUILD
Depends on D132232 Differential Revision: https://phabricator.services.mozilla.com/D132233
1 parent a04dce1 commit b637c6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

media/openmax_il/il112/OMX_Other.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
9090
/** Structure representing a time stamp used with the following configs
9191
* on the Clock Component (CC):
9292
*
93-
* OMX_IndexConfigTimeCurrentWallTime: query of the CC’s current wall
93+
* OMX_IndexConfigTimeCurrentWallTime: query of the CC’s current wall
9494
* time
95-
* OMX_IndexConfigTimeCurrentMediaTime: query of the CC’s current media
95+
* OMX_IndexConfigTimeCurrentMediaTime: query of the CC’s current media
9696
* time
9797
* OMX_IndexConfigTimeCurrentAudioReference and
9898
* OMX_IndexConfigTimeCurrentVideoReference: audio/video reference
@@ -103,7 +103,7 @@ typedef struct OMX_TIME_CONFIG_SEEKMODETYPE {
103103
* OMX_BUFFERFLAG_STARTTIME set. It must use the timestamp
104104
* specified by that buffer for nStartTimestamp.
105105
*
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:
107107
*
108108
* OMX_IndexConfigTimePosition: IL client querying component position
109109
* (GetConfig) or commanding a component to seek to the given location
@@ -247,7 +247,7 @@ typedef struct OMX_TIME_CONFIG_SCALETYPE {
247247
* scaling the media time */
248248
} OMX_TIME_CONFIG_SCALETYPE;
249249

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 */
251251
#define OMX_CLOCKPORT0 0x00000001
252252
#define OMX_CLOCKPORT1 0x00000002
253253
#define OMX_CLOCKPORT2 0x00000004

0 commit comments

Comments
 (0)