mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Fix indentation in deinterlace if block
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
9438a50976
commit
396148599a
@ -2147,9 +2147,9 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
|
|
||||||
// Add software deinterlace filter before scaling filter
|
// Add software deinterlace filter before scaling filter
|
||||||
if ((state.DeInterlace("h264", true)
|
if ((state.DeInterlace("h264", true)
|
||||||
|| state.DeInterlace("avc", true)
|
|| state.DeInterlace("avc", true)
|
||||||
|| state.DeInterlace("h265", true)
|
|| state.DeInterlace("h265", true)
|
||||||
|| state.DeInterlace("hevc", true))
|
|| state.DeInterlace("hevc", true))
|
||||||
&& !isVaapiH264Encoder
|
&& !isVaapiH264Encoder
|
||||||
&& !isQsvH264Encoder
|
&& !isQsvH264Encoder
|
||||||
&& !isNvdecH264Decoder)
|
&& !isNvdecH264Decoder)
|
||||||
|
Loading…
Reference in New Issue
Block a user