~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavutil/tree.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifndef AVUTIL_TREE_H
28
28
#define AVUTIL_TREE_H
29
29
 
 
30
#include "attributes.h"
 
31
#include "version.h"
 
32
 
30
33
/**
31
34
 * @addtogroup lavu_tree AVTree
32
35
 * @ingroup lavu_data
40
43
 
41
44
 
42
45
struct AVTreeNode;
43
 
extern const int av_tree_node_size;
 
46
#if FF_API_CONTEXT_SIZE
 
47
extern attribute_deprecated const int av_tree_node_size;
 
48
#endif
 
49
 
 
50
/**
 
51
 * Allocate an AVTreeNode.
 
52
 */
 
53
struct AVTreeNode *av_tree_node_alloc(void);
44
54
 
45
55
/**
46
56
 * Find an element.