mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
enable h264_cuvid decoder
This commit is contained in:
@@ -90,7 +90,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
"h264_qsv",
|
||||
"hevc_qsv",
|
||||
"mpeg2_qsv",
|
||||
"vc1_qsv"
|
||||
"vc1_qsv",
|
||||
"h264_cuvid"
|
||||
};
|
||||
|
||||
foreach (var codec in required)
|
||||
|
||||
Reference in New Issue
Block a user