From: APTX Date: Wed, 23 Feb 2022 11:49:31 +0000 (+0900) Subject: Fix comment X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=e620c2d1be08fa01b68b92e7dfbbb98a36066664;p=aniplayer.git Fix comment --- diff --git a/backendplugins/backend_mpv/backendmpv.cpp b/backendplugins/backend_mpv/backendmpv.cpp index 9d73dd0..55ef97b 100644 --- a/backendplugins/backend_mpv/backendmpv.cpp +++ b/backendplugins/backend_mpv/backendmpv.cpp @@ -382,6 +382,7 @@ VideoRendererMpv::VideoRendererMpv(mpv::Handle handle, {MPV_RENDER_PARAM_INVALID, nullptr}}; { + qCDebug(mpvBackend, "initializing render context"); mpv_render_context *ctx = nullptr; int error = mpv_render_context_create(&ctx, m_handle.get(), render_params); if (error) { @@ -398,7 +399,6 @@ VideoRendererMpv::VideoRendererMpv(mpv::Handle handle, qCDebug(mpvBackend, "setting callback"); mpv_render_context_set_update_callback(m_renderCtx.get(), mpvUpdate, vui); - qCDebug(mpvBackend, "initializing gl context"); qCDebug(mpvBackend, "all done"); }