AMD AMF encoder support, autodetect HW enc support

This commit is contained in:
N00MKRAD
2023-10-24 17:39:44 +02:00
parent 693a2471d1
commit 2886d5ce42
16 changed files with 171 additions and 34 deletions

View File

@@ -390,7 +390,7 @@ namespace Flowframes
return string.IsNullOrWhiteSpace(s);
}
public static bool NotEmpty(this string s)
public static bool IsNotEmpty(this string s)
{
return !string.IsNullOrWhiteSpace(s);
}