| 482 | } AVVAAPIDeviceContext; |
| 483 | |
| 484 | static void __log(void *level, const char *msg) { |
| 485 | BOOST_LOG(*(boost::log::sources::severity_logger<int> *) level) << msg; |
| 486 | } |
| 487 | |
| 488 | static void vaapi_hwdevice_ctx_free(AVHWDeviceContext *ctx) { |
| 489 | auto hwctx = (AVVAAPIDeviceContext *) ctx->hwctx; |
nothing calls this directly
no outgoing calls
no test coverage detected