Skip to content

Commit e69e7f3

Browse files
committed
mm-core: msm7x30: Enable HW mp3 decoder
Change-Id: I1ea17ad91315d2a3ad86d17874b3cbbe22f85f01
1 parent c79b66c commit e69e7f3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

mm-core/src/7630/qc_registry_table_android.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,22 @@ omx_core_cb_type core[] =
198198
{
199199
"video_encoder.avc"
200200
}
201+
},
202+
{
203+
"OMX.qcom.audio.decoder.mp3",
204+
NULL, // Create instance function
205+
// Unique instance handle
206+
{
207+
NULL,
208+
NULL,
209+
NULL,
210+
NULL
211+
},
212+
NULL, // Shared object library handle
213+
"libOmxMp3Dec.so",
214+
{
215+
"audio_decoder.mp3"
216+
}
201217
},
202218
{
203219
"OMX.qcom.audio.decoder.Qcelp13",

0 commit comments

Comments
 (0)