| 188 | static inline int ff_mutex_lock(AVMutex *mutex){ return 0; } |
| 189 | static inline int ff_mutex_unlock(AVMutex *mutex){ return 0; } |
| 190 | static inline int ff_mutex_destroy(AVMutex *mutex){ return 0; } |
| 191 | |
| 192 | #define AVCond char |
| 193 |
no outgoing calls
no test coverage detected