summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index fe309554db..517d68ba03 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -79,12 +79,12 @@
79#endif 79#endif
80 80
81/* increase this every time the api struct changes */ 81/* increase this every time the api struct changes */
82#define CODEC_API_VERSION 42 82#define CODEC_API_VERSION 43
83 83
84/* update this to latest version if a change to the api struct breaks 84/* update this to latest version if a change to the api struct breaks
85 backwards compatibility (and please take the opportunity to sort in any 85 backwards compatibility (and please take the opportunity to sort in any
86 new function which are "waiting" at the end of the function table) */ 86 new function which are "waiting" at the end of the function table) */
87#define CODEC_MIN_API_VERSION 42 87#define CODEC_MIN_API_VERSION 43
88 88
89/* codec return codes */ 89/* codec return codes */
90enum codec_status { 90enum codec_status {