FFmpeg
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

◆ check()

static int check ( AVTreeNode t)
static

Definition at line 27 of file tree.c.

Referenced by main().

◆ print()

static void print ( AVTreeNode t,
int  depth 
)
static

Definition at line 44 of file tree.c.

Referenced by convert::main(), main(), print_ctl_info(), and sort_stt().

◆ cmp()

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().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 62 of file tree.c.