summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-06-05 22:33:17 -0700
committerLajos Molnar <lajos@google.com>2014-06-05 22:33:52 -0700
commit64f5ec51ad3a9aea5a849d51139e605815b42d75 (patch)
treeee6cc83a45411670d61dafcf59fd8ff9c201fe8d /include/media
parente75b7b491e9e345801c8f3cb72bca08b0f153abf (diff)
downloadframeworks_native-64f5ec51ad3a9aea5a849d51139e605815b42d75.zip
frameworks_native-64f5ec51ad3a9aea5a849d51139e605815b42d75.tar.gz
frameworks_native-64f5ec51ad3a9aea5a849d51139e605815b42d75.tar.bz2
fix compiler warning in OMX_VideoExt.h
Bug: 11969958 Change-Id: I6dbc1c5a56c5f8db0af931c9391299aaaf1b536a
Diffstat (limited to 'include/media')
-rw-r--r--include/media/openmax/OMX_VideoExt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/openmax/OMX_VideoExt.h b/include/media/openmax/OMX_VideoExt.h
index fb10cbb..3c97e14 100644
--- a/include/media/openmax/OMX_VideoExt.h
+++ b/include/media/openmax/OMX_VideoExt.h
@@ -143,7 +143,7 @@ typedef struct OMX_VIDEO_PARAM_ANDROID_VP8ENCODERTYPE {
OMX_U32 nTemporalLayerBitrateRatio[OMX_VIDEO_ANDROID_MAXVP8TEMPORALLAYERS];
OMX_U32 nMinQuantizer;
OMX_U32 nMaxQuantizer;
-};
+} OMX_VIDEO_PARAM_ANDROID_VP8ENCODERTYPE;
/** HEVC Profile enum type */
typedef enum OMX_VIDEO_HEVCPROFILETYPE {