Merge "mm-core: Add component entry for flac decoder" into video-userspace.lnx.2.1-dev

This commit is contained in:
Linux Build Service Account 2016-12-18 22:30:26 -08:00 committed by Gerrit - the friendly Code Review server
commit 826746ffc8
2 changed files with 32 additions and 0 deletions

View file

@ -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

View file

@ -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