summaryrefslogtreecommitdiffstats
path: root/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-07-21 19:47:52 -0700
committerJames Dong <jdong@google.com>2011-07-21 19:47:52 -0700
commitabc28ea135621af9735021ea27763cdf624aada5 (patch)
treee3e269e94898bbb105701379ce0c1d1f5603cf9c /sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c
parent9d669beeaf822d69178437f9ca8b3305cd124817 (diff)
downloaddevice_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.zip
device_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.tar.gz
device_samsung_crespo-abc28ea135621af9735021ea27763cdf624aada5.tar.bz2
Revert "Add color space convertor in SEC_OMX"
This reverts commit 7cf106ba5ff2dac2be536d8c84c715ca87d0a2d9.
Diffstat (limited to 'sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c')
-rw-r--r--sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c b/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c
index c31e522..2c33c5b 100644
--- a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c
+++ b/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/SsbSipMfcEncAPI.c
@@ -467,9 +467,6 @@ SSBSIP_MFC_ERROR_CODE SsbSipMfcEncGetInBuf(void *openHandle, SSBSIP_MFC_ENC_INPU
input_info->YVirAddr = (void*)pCTX->virFrmBuf.luma;
input_info->CVirAddr = (void*)pCTX->virFrmBuf.chroma;
- input_info->YSize = aligned_y_size;
- input_info->CSize = aligned_c_size;
-
return MFC_RET_OK;
}