auto fallback from gpu to cpu

This commit is contained in:
Luke Pulverenti
2017-08-13 01:01:34 -04:00
parent 6b28eee2db
commit 4ea3925626
6 changed files with 5 additions and 155 deletions

View File

@@ -27,7 +27,7 @@ namespace MediaBrowser.Model.Configuration
H264Crf = 23;
EnableHardwareEncoding = true;
HardwareDecodingCodecs = new string[] { "h264", "mpeg2video", "vc1" };
HardwareDecodingCodecs = new string[] { "h264", "vc1" };
}
}
}