Skip to content

Commit 3c56797

Browse files
authored
Add files via upload
1 parent 1e6935b commit 3c56797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Encoding/x265Enc.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ Public Class x265Params
854854
New NumParam With {.Switch = "--slices", .Text = "Slices", .Init = 1},
855855
FrameThreads, WPP, Pmode, PME,
856856
New BoolParam With {.Switch = "--asm", .NoSwitch = "--no-asm", .Text = "ASM", .Init = True},
857-
New BoolParam With {.Switch = "--asm avx512", .Text = "ASM AVX 512", .Init = False},
857+
New BoolParam With {.Switch = "--asm avx512", .Text = "AVX 512", .Init = False},
858858
New BoolParam With {.Switch = "--slow-firstpass", .NoSwitch = "--no-slow-firstpass", .Init = True, .Text = "Slow Firstpass"},
859859
New BoolParam With {.Switch = "--copy-pic", .NoSwitch = "--no-copy-pic", .Init = True, .Text = "Copy Pic"})
860860
Add("Statistic",

0 commit comments

Comments
 (0)