mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add IgnoreDts option
This commit is contained in:
@@ -39,6 +39,16 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
|
||||
public bool ReadInputAtNativeFramerate { get; set; }
|
||||
|
||||
public bool IgnoreDts
|
||||
{
|
||||
get { return MediaSource.IgnoreDts; }
|
||||
}
|
||||
|
||||
public bool IgnoreIndex
|
||||
{
|
||||
get { return MediaSource.IgnoreIndex; }
|
||||
}
|
||||
|
||||
public string OutputContainer { get; set; }
|
||||
|
||||
public string OutputVideoSync
|
||||
|
||||
Reference in New Issue
Block a user