mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
update hdhr streaming
This commit is contained in:
parent
0bf4d35f53
commit
d9dcd21c47
19 changed files with 26 additions and 123 deletions
|
|
@ -58,8 +58,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
}
|
||||
|
||||
public bool? Cabac { get; set; }
|
||||
|
||||
public EncodingJobOptions()
|
||||
{
|
||||
|
||||
|
|
@ -87,7 +85,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
MaxRefFrames = info.MaxRefFrames;
|
||||
MaxVideoBitDepth = info.MaxVideoBitDepth;
|
||||
SubtitleMethod = info.SubtitleDeliveryMethod;
|
||||
Cabac = info.Cabac;
|
||||
Context = info.Context;
|
||||
|
||||
if (info.SubtitleDeliveryMethod != SubtitleDeliveryMethod.External)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue