summaryrefslogtreecommitdiffstats
path: root/third_party/openmax
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 17:55:31 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 17:55:31 +0000
commit8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00 (patch)
treee4331294db06c147f607583fcc21a6aa5a43ba3e /third_party/openmax
parent2d88e7d8b4c382e0ef178c52a87450c226150ef2 (diff)
downloadchromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.zip
chromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.tar.gz
chromium_src-8d5a7d9b4bf5e42ad889e7ea36feff67f4d78a00.tar.bz2
Enforce all the source files to be encoded in UTF-8.
Many files used random encoding. All of them were in comments or unit test files that were not compiled. In any case, not using unicode everywhere complexify the tools so enforcing it makes presubmit checks much simpler. R=joi@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10797029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/openmax')
-rw-r--r--third_party/openmax/README.chromium3
-rw-r--r--third_party/openmax/il/OMX_Other.h8
2 files changed, 6 insertions, 5 deletions
diff --git a/third_party/openmax/README.chromium b/third_party/openmax/README.chromium
index 1965fa2..7245347 100644
--- a/third_party/openmax/README.chromium
+++ b/third_party/openmax/README.chromium
@@ -4,10 +4,11 @@ URL: http://www.khronos.org/openmax/
Version: 1.1.2
License: BSD
License File: il/LICENSE
+Security Critical: yes
Description:
Header files required to work with OpenMAX IL.
From http://www.khronos.org/openmax/headers/omx_il_v1_1/omx_il_v1_1_2_headers.zip
Local Modifications:
-No Modifications
+- Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h
diff --git a/third_party/openmax/il/OMX_Other.h b/third_party/openmax/il/OMX_Other.h
index d5cd976..dad30d4 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