From 64f5ec51ad3a9aea5a849d51139e605815b42d75 Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Thu, 5 Jun 2014 22:33:17 -0700 Subject: [PATCH] fix compiler warning in OMX_VideoExt.h Bug: 11969958 Change-Id: I6dbc1c5a56c5f8db0af931c9391299aaaf1b536a --- include/media/openmax/OMX_VideoExt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/media/openmax/OMX_VideoExt.h b/include/media/openmax/OMX_VideoExt.h index fb10cbb9a..3c97e14a7 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 {