Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 authored Sep 24, 2018
1 parent 1e6935b commit 3c56797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Encoding/x265Enc.vb
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ Public Class x265Params
New NumParam With {.Switch = "--slices", .Text = "Slices", .Init = 1},
FrameThreads, WPP, Pmode, PME,
New BoolParam With {.Switch = "--asm", .NoSwitch = "--no-asm", .Text = "ASM", .Init = True},
New BoolParam With {.Switch = "--asm avx512", .Text = "ASM AVX 512", .Init = False},
New BoolParam With {.Switch = "--asm avx512", .Text = "AVX 512", .Init = False},
New BoolParam With {.Switch = "--slow-firstpass", .NoSwitch = "--no-slow-firstpass", .Init = True, .Text = "Slow Firstpass"},
New BoolParam With {.Switch = "--copy-pic", .NoSwitch = "--no-copy-pic", .Init = True, .Text = "Copy Pic"})
Add("Statistic",
Expand Down

0 comments on commit 3c56797

Please sign in to comment.