hybird vpp tonemapping for QSV on Linux

This commit is contained in:
nyanmisaka
2021-01-29 17:53:42 +08:00
parent b0e0e19468
commit 3052068161
2 changed files with 94 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ namespace MediaBrowser.Controller.MediaEncoding
/// </summary>
/// <param name="filter">The filter.</param>
/// <param name="option">The option.</param>
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
/// <returns><c>true</c> if the filter is supported, <c>false</c> otherwise.</returns>
bool SupportsFilter(string filter, string option);
/// <summary>