ff_mutex_destroy  155 libavutil/thread.h #define ff_mutex_destroy pthread_mutex_destroy
ff_mutex_destroy  170 libavutil/thread.h static inline int ff_mutex_destroy(AVMutex *mutex){ return 0; }