| 155 | } FrameThreadContext; |
| 156 | |
| 157 | static int hwaccel_serial(const AVCodecContext *avctx) |
| 158 | { |
| 159 | return avctx->hwaccel && !(ffhwaccel(avctx->hwaccel)->caps_internal & HWACCEL_CAP_THREAD_SAFE); |
| 160 | } |
| 161 | |
| 162 | static void async_lock(FrameThreadContext *fctx) |
| 163 | { |
no test coverage detected