mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-21 10:49:25 +01:00
AMD AMF encoder support, autodetect HW enc support
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user