mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
AVDictionary: warn about its shortcommings and mention available replacements.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7b7c47c8f7
commit
c029ea39bd
1 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,13 @@
|
|||
|
||||
/**
|
||||
* @file Public dictionary API.
|
||||
* @deprecated
|
||||
* AVDictionary is provided for compatibility with libav. It is both in
|
||||
* implementation as well as API inefficient. It doesnt scale and is
|
||||
* be extreemly slow with large dictionaries.
|
||||
* It is recommanded that new code uses our tree container from tree.c/h
|
||||
* where applicable.
|
||||
* Which uses AVL trees to achive O(log n) performance
|
||||
*/
|
||||
|
||||
#ifndef AVUTIL_DICT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue