summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index fe7ff571b3..4a92cd31cc 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -355,4 +355,9 @@ tend= read_time();\
#define STOP_TIMER(id) {}
#endif
+/* memory */
+void *av_malloc(unsigned int size);
+void *av_realloc(void *ptr, unsigned int size);
+void av_free(void *ptr);
+
#endif /* COMMON_H */