mirror of
https://github.com/followmsi/android_hardware_qcom_media.git
synced 2024-10-31 22:47:35 +00:00
Merge "mm-core: Add component entry for flac decoder" into video-userspace.lnx.2.1-dev
This commit is contained in:
commit
826746ffc8
2 changed files with 32 additions and 0 deletions
|
@ -556,6 +556,22 @@ omx_core_cb_type core[] =
|
|||
"audio_decoder.ape"
|
||||
}
|
||||
},
|
||||
{
|
||||
"OMX.qti.audio.decoder.flac.sw",
|
||||
NULL, // Create instance function
|
||||
// Unique instance handle
|
||||
{
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
},
|
||||
NULL, // Shared object library handle
|
||||
"libOmxFlacDecSw.so",
|
||||
{
|
||||
"audio_decoder.flac"
|
||||
}
|
||||
},
|
||||
{
|
||||
"OMX.qcom.audio.encoder.aac",
|
||||
NULL, // Create instance function
|
||||
|
|
|
@ -611,6 +611,22 @@ omx_core_cb_type core[] =
|
|||
"audio_decoder.ape"
|
||||
}
|
||||
},
|
||||
{
|
||||
"OMX.qti.audio.decoder.flac.sw",
|
||||
NULL, // Create instance function
|
||||
// Unique instance handle
|
||||
{
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
},
|
||||
NULL, // Shared object library handle
|
||||
"libOmxFlacDecSw.so",
|
||||
{
|
||||
"audio_decoder.flac"
|
||||
}
|
||||
},
|
||||
{
|
||||
"OMX.qcom.audio.encoder.aac",
|
||||
NULL, // Create instance function
|
||||
|
|
Loading…
Reference in a new issue