FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tree.c File Reference
#include "libavutil/tree.c"
#include <stdint.h>
#include "libavutil/common.h"
#include "libavutil/lfg.h"
#include "libavutil/log.h"

Go to the source code of this file.

Functions

static int check (AVTreeNode *t)
 
static void print (AVTreeNode *t, int depth)
 
static int cmp (const void *a, const void *b)
 
int main (int argc, char **argv)
 

Function Documentation

static int check ( AVTreeNode t)
static

Definition at line 27 of file tree.c.

Referenced by main().

static void print ( AVTreeNode t,
int  depth 
)
static

Definition at line 44 of file tree.c.

Referenced by main(), and sort_stt().

static int cmp ( const void a,
const void b 
)
static

Definition at line 57 of file tree.c.

Referenced by av_tree_enumerate(), av_tree_find(), av_tree_insert(), and main().

int main ( int  argc,
char **  argv 
)

Definition at line 62 of file tree.c.