summaryrefslogtreecommitdiffstats
path: root/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c
diff options
context:
space:
mode:
authorSeungBeom Kim <sbcrux.kim@samsung.com>2011-07-18 09:30:25 +0900
committerJames Dong <jdong@google.com>2011-07-19 13:32:33 -0700
commitc332a5ceea5a05424db5d48cb5c0ec326c94de27 (patch)
treee53c12dd50129a62b962f0142e372c00ac0d13f4 /sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c
parente0fb4e923185f14ee41780e340a3f78f2e5a9ff5 (diff)
downloaddevice_samsung_crespo-c332a5ceea5a05424db5d48cb5c0ec326c94de27.zip
device_samsung_crespo-c332a5ceea5a05424db5d48cb5c0ec326c94de27.tar.gz
device_samsung_crespo-c332a5ceea5a05424db5d48cb5c0ec326c94de27.tar.bz2
SEC_OMX code clean up
Change-Id: Id9c22696102d8d9edc12e44b8d1555bc2024590b Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Diffstat (limited to 'sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c')
-rw-r--r--sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c b/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c
index ee1ea0a..772d66a 100644
--- a/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c
+++ b/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/library_register.c
@@ -43,8 +43,8 @@ OSCL_EXPORT_REF int SEC_OMX_COMPONENT_Library_Register(SECRegisterComponentType
goto EXIT;
/* component 1 - video decoder H.264 */
- SEC_OSAL_Strcpy(secComponents[0]->componentName, SEC_OMX_COMPOMENT_H264_ENC);
- SEC_OSAL_Strcpy(secComponents[0]->roles[0], SEC_OMX_COMPOMENT_H264_ENC_ROLE);
+ SEC_OSAL_Strcpy(secComponents[0]->componentName, SEC_OMX_COMPONENT_H264_ENC);
+ SEC_OSAL_Strcpy(secComponents[0]->roles[0], SEC_OMX_COMPONENT_H264_ENC_ROLE);
secComponents[0]->totalRoleNum = MAX_COMPONENT_ROLE_NUM;
EXIT: