From 12654b707eb7c53bff659edcd04aba32b14a5849 Mon Sep 17 00:00:00 2001 From: gji2 Date: Wed, 19 Mar 2014 23:29:39 +0800 Subject: remove OMX_VIDEO_INTEL_PARAM_BITRATETYPE BZ:180440 remove OMX_VIDEO_INTEL_PARAM_BITRATETYPE Change-Id: I54d2b084ab709f0fbdce94e42895cca45dcf47a7 Signed-off-by: gji2 --- videocodec/OMXVideoEncoderBase.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'videocodec/OMXVideoEncoderBase.h') diff --git a/videocodec/OMXVideoEncoderBase.h b/videocodec/OMXVideoEncoderBase.h index 251a30b..b6580d9 100644 --- a/videocodec/OMXVideoEncoderBase.h +++ b/videocodec/OMXVideoEncoderBase.h @@ -59,7 +59,6 @@ protected: DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoPortFormat); DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoBitrate); DECLARE_HANDLER(OMXVideoEncoderBase, IntelPrivateInfo); - DECLARE_HANDLER(OMXVideoEncoderBase, ParamIntelBitrate); DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelBitrate); DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelAIR); DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoIntraRefresh); @@ -78,7 +77,6 @@ protected: protected: OMX_VIDEO_PARAM_BITRATETYPE mParamBitrate; OMX_VIDEO_CONFIG_PRI_INFOTYPE mConfigPriInfo; - OMX_VIDEO_PARAM_INTEL_BITRATETYPE mParamIntelBitrate; OMX_VIDEO_CONFIG_INTEL_BITRATETYPE mConfigIntelBitrate; OMX_VIDEO_CONFIG_INTEL_AIR mConfigIntelAir; OMX_VIDEO_PARAM_INTRAREFRESHTYPE mParamVideoRefresh; -- cgit v1.2.3