* only display supported hw accels in ffmpeg profile editor * qsv capability improvements * qsv fixes * update changelog
4 lines
99 B
C#
4 lines
99 B
C#
namespace ErsatzTV.FFmpeg.Capabilities.Qsv;
|
|
|
|
public record QsvOutput(int ExitCode, string Output);
|