FFmpeg
Loading...
Searching...
No Matches
Deprecated List
Global avpriv_slicethread_create (AVSliceThread **pctx, void *priv, void(*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), void(*main_func)(void *priv), int nb_threads)
Wrapper around avpriv_slicethread_create2() for ABI backwards compatibility.
Global avpriv_slicethread_execute (AVSliceThread *ctx, int nb_jobs, int execute_main)
Wrapper around avpriv_slicethread_execute2() for ABI backwards compatibility.
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.