update ffmpeg with qsv-compatible version

This commit is contained in:
Luke Pulverenti
2015-09-18 13:50:24 -04:00
parent 5340bfe8da
commit aff7309a08
11 changed files with 42 additions and 18 deletions

View File

@@ -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);
}
}