add support for AMD h264_amf & hevc_amf

pull/2251/head
Nyanmisaka 4 years ago committed by GitHub
parent 0a39e54984
commit e95239e281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,9 @@ namespace MediaBrowser.MediaEncoding.Encoder
"h264_vaapi",
"hevc_vaapi",
"h264_v4l2m2m",
"ac3"
"ac3",
"h264_amf",
"hevc_amf"
};
// Try and use the individual library versions to determine a FFmpeg version

Loading…
Cancel
Save