mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed dead code
This commit is contained in:
parent
d7bbfff23f
commit
8b7936addf
@ -794,11 +794,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state.EnableMpDecimate)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (videoStream.IsInterlaced)
|
if (videoStream.IsInterlaced)
|
||||||
{
|
{
|
||||||
if (state.DeInterlace(videoStream.Codec, false))
|
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)
|
if (filters.Count > 0)
|
||||||
{
|
{
|
||||||
output += string.Format(" -vf \"{0}\"", string.Join(",", filters.ToArray()));
|
output += string.Format(" -vf \"{0}\"", string.Join(",", filters.ToArray()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user