MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / __log

Function __log

src/platform/linux/vaapi.cpp:484–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected