aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderAVC.h
diff options
context:
space:
mode:
authorgji2 <guoliang.ji@intel.com>2014-03-19 23:29:39 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:58 -0700
commit12654b707eb7c53bff659edcd04aba32b14a5849 (patch)
treead5cea99e519d0dce5bd1e9c7521850e4e12d7b3 /videocodec/OMXVideoEncoderAVC.h
parent81b99781be1ad2166a2b97d93de3fd8071c856b0 (diff)
downloadandroid_hardware_intel_common_omx-components-12654b707eb7c53bff659edcd04aba32b14a5849.tar.gz
android_hardware_intel_common_omx-components-12654b707eb7c53bff659edcd04aba32b14a5849.tar.bz2
android_hardware_intel_common_omx-components-12654b707eb7c53bff659edcd04aba32b14a5849.zip
remove OMX_VIDEO_INTEL_PARAM_BITRATETYPE
BZ:180440 remove OMX_VIDEO_INTEL_PARAM_BITRATETYPE Change-Id: I54d2b084ab709f0fbdce94e42895cca45dcf47a7 Signed-off-by: gji2 <guoliang.ji@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderAVC.h')
-rw-r--r--videocodec/OMXVideoEncoderAVC.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderAVC.h b/videocodec/OMXVideoEncoderAVC.h
index 153e789..bb4d455 100644
--- a/videocodec/OMXVideoEncoderAVC.h
+++ b/videocodec/OMXVideoEncoderAVC.h
@@ -108,7 +108,6 @@ private:
OMX_NALSTREAMFORMATTYPE mNalStreamFormat;
OMX_VIDEO_CONFIG_AVCINTRAPERIOD mConfigAvcIntraPeriod;
OMX_VIDEO_CONFIG_NALSIZE mConfigNalSize;
- OMX_VIDEO_PARAM_INTEL_BITRATETYPE avcEncParamIntelBitrateType;
OMX_VIDEO_PARAM_INTEL_AVCVUI mParamIntelAvcVui;
OMX_VIDEO_CONFIG_INTEL_SLICE_NUMBERS mConfigIntelSliceNumbers;
VideoParamsAVC *mAVCParams;