mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
Added new codec HEVC with ID=5 for HDBits (#2146)
According to LSL1337 on Discord there's a new codec option HEVC with ID=5
This commit is contained in:
parent
e77d9ce848
commit
4789f80df2
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ public enum HdBitsCodec
|
|||
H264 = 1,
|
||||
Mpeg2 = 2,
|
||||
Vc1 = 3,
|
||||
Xvid = 4
|
||||
Xvid = 4,
|
||||
HEVC = 5
|
||||
}
|
||||
|
||||
public enum HdBitsMedium
|
||||
|
|
Loading…
Reference in a new issue