mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 06:39:59 +01:00
BugFix Detect and display hardware decoder name
This commit is contained in:
@@ -701,7 +701,7 @@ void ImGuiVisitor::visit (MediaSource& s)
|
||||
top = _top;
|
||||
top.y += ImGui::GetFrameHeight();
|
||||
ImGui::SetCursorPos(top);
|
||||
decoder = "Using hardware decoder\n" + decoder;
|
||||
decoder = "Hardware decoder\n" + decoder;
|
||||
ImGuiToolkit::Indication(decoder.c_str(), ICON_FA_MICROCHIP);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user