Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Revan654 committed Mar 1, 2019
1 parent 75eda70 commit 7445791
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 @@ -928,7 +928,7 @@ Public Class x265Params
New StringParam With {.Switch = "--dolby-vision-rpu", .Text = "Dolby Vision RPU", .Quotes = True, .BrowseFile = True},
New NumParam With {.Switch = "--log2-max-poc-lsb", .Text = "Maximum Picture Order Count", .Init = 8},
RepeatHeaders, Info, HRD, AUD,
New BoolParam With {.Switch = "---hrd-concat", .Init = False, .Text = "HRD Concat"},
New BoolParam With {.Switch = "--hrd-concat", .Init = False, .Text = "HRD Concat"},
New BoolParam With {.Switch = "--vui-timing-info", .Text = "VUI Timing Info", .Init = True},
New BoolParam With {.Switch = "--vui-hrd-info", .Text = "VUI HRD Info", .Init = True},
New BoolParam With {.Switch = "--idr-recovery-sei", .Init = False, .Text = "Recovery SEI"},
Expand Down

0 comments on commit 7445791

Please sign in to comment.