FF-2018 - fixed logging

This commit is contained in:
John Andrews
2025-01-28 08:15:39 +13:00
parent e70acf0c2f
commit f425e26f17

View File

@@ -61,7 +61,7 @@ public class VideoBitCheck : VideoNode
args.Logger?.ILog("Video is 12 bit");
return 3;
}
args.Logger?.ILog("Video Bits unknonw");
args.Logger?.ILog("Video Bits unknown");
return 4;
}
}