feat(libplacebo): added Vulkan device selection for libplacebo

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x
2024-11-04 00:00:00 +00:00
parent 77a06e7d92
commit ec4b51064a
6 changed files with 37 additions and 15 deletions

View File

@@ -702,7 +702,7 @@ int main(int argc, char **argv) {
spdlog::warn("Video processing aborted");
return 2;
} else if (proc_ret != 0) {
spdlog::error("Video processing failed with error code {}", proc_ret);
spdlog::critical("Video processing failed with error code {}", proc_ret);
return 1;
} else {
spdlog::info("Video processed successfully");