From ac090fa68c6233076508705d80090edb9eea4eed Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 12 Oct 2012 18:58:55 +0200 Subject: lavu: keep context size variables They are essential to be able to use the utils without av_malloc() That is for example use with malloc(), memalign(), some other private allocation function, on the stack or others. Signed-off-by: Michael Niedermayer --- libavutil/tree.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libavutil/tree.h') diff --git a/libavutil/tree.h b/libavutil/tree.h index 7187496..13fb91b 100644 --- a/libavutil/tree.h +++ b/libavutil/tree.h @@ -43,9 +43,7 @@ struct AVTreeNode; -#if FF_API_CONTEXT_SIZE -extern attribute_deprecated const int av_tree_node_size; -#endif +extern const int av_tree_node_size; /** * Allocate an AVTreeNode. -- cgit v1.1