device: samsung: manta: added encoder components to media_codecs.xml

OMX.Exynos.MPEG4.Encoder
OMX.Exynos.H263.Encoder
OMX.Exynos.AVC.Encoder

Change-Id: I32777fcbdd30ce3cf4cf7464b0d861037172401f
Signed-off-by: Jiho Chang <jiho04.chang@samsung.com>
diff --git a/media_codecs.xml b/media_codecs.xml
index b00203c..1890ff2 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8" ?>
 <!-- Copyright (C) 2012 The Android Open Source Project
 
      Licensed under the Apache License, Version 2.0 (the "License");
@@ -106,11 +106,9 @@
     </Decoders>
 
     <Encoders>
-<!--
-        <MediaCodec name="OMX.Exynos5.MPEG4.Encoder" type="video/mp4v-es" />
-        <MediaCodec name="OMX.Exynos5.H263.Encoder" type="video/3gpp" />
-        <MediaCodec name="OMX.Exynos5.AVC.Encoder" type="video/avc" />
--->
+        <MediaCodec name="OMX.Exynos.MPEG4.Encoder" type="video/mp4v-es" />
+        <MediaCodec name="OMX.Exynos.H263.Encoder" type="video/3gpp" />
+        <MediaCodec name="OMX.Exynos.AVC.Encoder" type="video/avc" />
 
         <MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" />
         <MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" />