FFmpeg
Data Fields
AVTreeNode Struct Reference

Data Fields

struct AVTreeNodechild [2]
 
void * elem
 
int state
 

Detailed Description

Definition at line 26 of file tree.c.

Field Documentation

◆ child

struct AVTreeNode* AVTreeNode::child[2]

Definition at line 27 of file tree.c.

Referenced by av_tree_destroy(), av_tree_enumerate(), av_tree_find(), av_tree_insert(), check(), and print().

◆ elem

void* AVTreeNode::elem

◆ state

int AVTreeNode::state

Definition at line 29 of file tree.c.

Referenced by av_tree_insert(), check(), and print().


The documentation for this struct was generated from the following file: