Fixed yuv444p10le missing in GetPixFmt

This commit is contained in:
n00mkrad
2021-07-24 16:34:25 +02:00
parent 72cd93c589
commit bf31b96b79

View File

@@ -146,6 +146,7 @@ namespace Flowframes.Media
case 0: return "yuv420p";
case 1: return "yuv444p";
case 2: return "yuv420p10le";
case 3: return "yuv444p10le";
}
return "yuv420p";