summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 93542e35ce..fafe4ac7a3 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -116,8 +116,8 @@ struct codec_api ci = {
116 semaphore_release, 116 semaphore_release,
117#endif 117#endif
118 118
119 cpucache_flush, 119 commit_dcache,
120 cpucache_invalidate, 120 commit_discard_dcache,
121 121
122 /* strings and memory */ 122 /* strings and memory */
123 strcpy, 123 strcpy,
@@ -165,6 +165,8 @@ struct codec_api ci = {
165 165
166 /* new stuff at the end, sort into place next time 166 /* new stuff at the end, sort into place next time
167 the API gets incompatible */ 167 the API gets incompatible */
168
169 commit_discard_idcache,
168}; 170};
169 171
170void codec_get_full_path(char *path, const char *codec_root_fn) 172void codec_get_full_path(char *path, const char *codec_root_fn)