@@ -16,7 +16,7 @@ constexpr int CLIENT_HEIGHT = 600;
intmain(intargc,char**argv){
spdlog::info("Current WorkDir Is: {}",argv[0]);
#ifdef DEBUG
argv[1]=R"(../img/ocean.jpg)";
argv[1]=R"(../img/ocean.mp4)";
#else
if(argc!=2){
spdlog::error("Usage: mp filename ");
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.