aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderBase.h
diff options
context:
space:
mode:
authorRemy Protat <remyx.protat@intel.com>2012-10-03 10:28:54 +0200
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:48 -0700
commiteb4e0f24d9e07fc733cf93cc883ecb9ab830b896 (patch)
tree38f1860e444c02c75f1325a55840a3be978f82f1 /videocodec/OMXVideoEncoderBase.h
parentc28131c7f4fd7a6506e46cededc4ae2657dd75de (diff)
downloadandroid_hardware_intel_common_omx-components-eb4e0f24d9e07fc733cf93cc883ecb9ab830b896.tar.gz
android_hardware_intel_common_omx-components-eb4e0f24d9e07fc733cf93cc883ecb9ab830b896.tar.bz2
android_hardware_intel_common_omx-components-eb4e0f24d9e07fc733cf93cc883ecb9ab830b896.zip
Revert "omx-components: fix CTS MediaCodecListTest failure issue"
BZ: 54024 This reverts commit 78445c361f411cd154c40936ed6e01b82334fd3e. Change-Id: I306634a24e1d67c5b3141fc620197d28c6a93d01 Signed-off-by: Remy Protat <remyx.protat@intel.com> Reviewed-on: http://android.intel.com:8080/68899
Diffstat (limited to 'videocodec/OMXVideoEncoderBase.h')
-rw-r--r--videocodec/OMXVideoEncoderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderBase.h b/videocodec/OMXVideoEncoderBase.h
index ee36f47..95c8216 100644
--- a/videocodec/OMXVideoEncoderBase.h
+++ b/videocodec/OMXVideoEncoderBase.h
@@ -65,7 +65,7 @@ protected:
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoFramerate);
DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoIntraVOPRefresh);
DECLARE_HANDLER(OMXVideoEncoderBase, ParamIntelAdaptiveSliceControl);
- //DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoProfileLevelQuerySupported);
+ DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoProfileLevelQuerySupported);
DECLARE_HANDLER(OMXVideoEncoderBase, StoreMetaDataInBuffers);
protected: