summaryrefslogtreecommitdiff
path: root/mm-core/src/8084/qc_registry_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm-core/src/8084/qc_registry_table.c')
-rw-r--r--mm-core/src/8084/qc_registry_table.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/mm-core/src/8084/qc_registry_table.c b/mm-core/src/8084/qc_registry_table.c
index 0ecbc7fc..819164e1 100644
--- a/mm-core/src/8084/qc_registry_table.c
+++ b/mm-core/src/8084/qc_registry_table.c
@@ -456,7 +456,22 @@ omx_core_cb_type core[] =
"audio_decoder.aac"
}
},
-
+ {
+ "OMX.qcom.video.postprocessing",
+ NULL, // Create instance function
+ // Unique instance handle
+ {
+ NULL,
+ NULL,
+ NULL,
+ NULL
+ },
+ NULL, // Shared object library handle
+ "libOmxVdpp.so",
+ {
+ "videopostprocessing"
+ }
+ }
};
const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type);