Fix indentation in deinterlace if block

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/3877/head
Orry Verducci 4 years ago committed by GitHub
parent 9438a50976
commit 396148599a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2147,9 +2147,9 @@ namespace MediaBrowser.Controller.MediaEncoding
// Add software deinterlace filter before scaling filter
if ((state.DeInterlace("h264", true)
|| state.DeInterlace("avc", true)
|| state.DeInterlace("h265", true)
|| state.DeInterlace("hevc", true))
|| state.DeInterlace("avc", true)
|| state.DeInterlace("h265", true)
|| state.DeInterlace("hevc", true))
&& !isVaapiH264Encoder
&& !isQsvH264Encoder
&& !isNvdecH264Decoder)

Loading…
Cancel
Save