[vlc-commits] codec: omxil: convert file to valid UTF-8

Marvin Scholz git at videolan.org
Wed Dec 2 12:00:42 CET 2020


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Dec  2 07:08:19 2020 +0100| [b169cdab575554a06dd7069d9302ca6c0998c4c0] | committer: Marvin Scholz

codec: omxil: convert file to valid UTF-8

(cherry picked from commit 2964b5dc949e314d6779cd2ce9d35204c5fa3a71)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b169cdab575554a06dd7069d9302ca6c0998c4c0
---

 modules/codec/omxil/OMX_Other.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/codec/omxil/OMX_Other.h b/modules/codec/omxil/OMX_Other.h
index caf7f38448..baf6041784 100644
--- a/modules/codec/omxil/OMX_Other.h
+++ b/modules/codec/omxil/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



More information about the vlc-commits mailing list