mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Fix missing commas and merge defects
This commit is contained in:
parent
3c82379759
commit
628734931c
3 changed files with 4 additions and 7 deletions
|
|
@ -45,7 +45,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"mpeg2_mediacodec",
|
||||
"mpeg4_mediacodec",
|
||||
"vp8_mediacodec",
|
||||
"vp9_mediacodec"
|
||||
"vp9_mediacodec",
|
||||
"h264_videotoolbox",
|
||||
"hevc_videotoolbox",
|
||||
"mpeg2_videotoolbox",
|
||||
|
|
@ -80,8 +80,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"hevc_vaapi",
|
||||
"h264_omx",
|
||||
"hevc_omx",
|
||||
"h264_v4l2m2m"
|
||||
"h264_videotoolbox"
|
||||
"h264_v4l2m2m",
|
||||
"h264_videotoolbox",
|
||||
"hevc_videotoolbox"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue