mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Revert r22119 and partially revert 22120.
Originally committed as revision 22135 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34a2d9f9af
commit
8a4d067dfc
4 changed files with 0 additions and 12 deletions
|
|
@ -135,15 +135,6 @@ void av_tree_destroy(AVTreeNode *t){
|
|||
}
|
||||
}
|
||||
|
||||
void av_tree_destroy_free_elem(AVTreeNode *t){
|
||||
if(t){
|
||||
av_tree_destroy_free_elem(t->child[0]);
|
||||
av_tree_destroy_free_elem(t->child[1]);
|
||||
av_free(t->elem);
|
||||
av_free(t);
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
void av_tree_enumerate(AVTreeNode *t, void *opaque, int (*cmp)(void *opaque, void *elem), int (*enu)(void *opaque, void *elem)){
|
||||
if(t){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue