FFmpeg 6.0
Loading...
Searching...
No Matches
Deprecated List
Global avcodec_chroma_pos_to_enum (int xpos, int ypos)
Use av_chroma_location_pos_to_enum() instead.
Global avcodec_enum_to_chroma_pos (int *xpos, int *ypos, enum AVChromaLocation pos)
Use av_chroma_location_enum_to_pos() instead.
File dict.h
AVDictionary is provided for compatibility with libav. It is both in implementation as well as API inefficient. It does not scale and is extremely slow with large dictionaries. It is recommended that new code uses our tree container from tree.c/h where applicable, which uses AVL trees to achieve O(log n) performance.