mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-10 12:16:18 +00:00
update ffmpeg with qsv-compatible version
This commit is contained in:
@@ -176,5 +176,11 @@ namespace MediaBrowser.Common.IO
|
||||
void WriteAllText(string path, string text, Encoding encoding);
|
||||
|
||||
string ReadAllText(string path, Encoding encoding);
|
||||
|
||||
IEnumerable<string> GetDirectoryPaths(string path, bool recursive = false);
|
||||
|
||||
IEnumerable<string> GetFilePaths(string path, bool recursive = false);
|
||||
|
||||
IEnumerable<string> GetFileSystemEntryPaths(string path, bool recursive = false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user