We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79b66c commit e69e7f3Copy full SHA for e69e7f3
mm-core/src/7630/qc_registry_table_android.c
@@ -198,6 +198,22 @@ omx_core_cb_type core[] =
198
{
199
"video_encoder.avc"
200
}
201
+ },
202
+ {
203
+ "OMX.qcom.audio.decoder.mp3",
204
+ NULL, // Create instance function
205
+ // Unique instance handle
206
207
+ NULL,
208
209
210
+ NULL
211
212
+ NULL, // Shared object library handle
213
+ "libOmxMp3Dec.so",
214
215
+ "audio_decoder.mp3"
216
+ }
217
},
218
219
"OMX.qcom.audio.decoder.Qcelp13",
0 commit comments