mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 08:07:36 +00:00
update lists
This commit is contained in:
parent
63129b467c
commit
d3583c1460
17 changed files with 117 additions and 23 deletions
|
|
@ -392,6 +392,19 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
}
|
||||
}
|
||||
|
||||
public bool? IsTargetAVC
|
||||
{
|
||||
get
|
||||
{
|
||||
if (Options.Static)
|
||||
{
|
||||
return VideoStream == null ? null : VideoStream.IsAVC;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public int? TargetVideoStreamCount
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue