mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
removed dead code
This commit is contained in:
@@ -794,11 +794,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
return false;
|
||||
}
|
||||
|
||||
if (state.EnableMpDecimate)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (videoStream.IsInterlaced)
|
||||
{
|
||||
if (state.DeInterlace(videoStream.Codec, false))
|
||||
@@ -1515,11 +1510,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
}
|
||||
|
||||
if (state.EnableMpDecimate)
|
||||
{
|
||||
filters.Add("mpdecimate,setpts=N/FRAME_RATE/TB");
|
||||
}
|
||||
|
||||
if (filters.Count > 0)
|
||||
{
|
||||
output += string.Format(" -vf \"{0}\"", string.Join(",", filters.ToArray()));
|
||||
|
||||
Reference in New Issue
Block a user