#include "common.h"#include "log.h"#include "tree.h"Go to the source code of this file.
Definition at line 33 of file tree.c.
Referenced by av_tree_insert(), read_seek(), and write_packet().
Inserts or removes an element.
If *next is NULL, then the supplied element will be removed if it exists. If *next is not NULL, then the supplied element will be inserted, unless it already exists in the tree.
Definition at line 50 of file tree.c.
Referenced by av_tree_insert(), and ff_nut_add_sp().