mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Use the new aes/md5/sha/tree allocation functions
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
9a92aea27b
commit
e002e3291e
7 changed files with 7 additions and 7 deletions
|
|
@ -220,7 +220,7 @@ int main (void)
|
|||
}
|
||||
av_log(NULL, AV_LOG_ERROR, "inserting %4d\n", j);
|
||||
if (!node)
|
||||
node = av_mallocz(av_tree_node_size);
|
||||
node = av_tree_node_alloc();
|
||||
av_tree_insert(&root, (void *) (j + 1), cmp, &node);
|
||||
|
||||
j = av_lfg_get(&prng) % 86294;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue