Skip to content

Commit c5fed70

Browse files
committed
Add -pattern_type option flag
1 parent aa6374b commit c5fed70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ffmpeg/options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type Options struct {
4040
MovFlags *string `flag:"-movflags"`
4141
HideBanner *bool `flag:"-hide_banner"`
4242
OutputFormat *string `flag:"-f"`
43+
PatternType *string `flag:"-pattern_type"`
4344
CopyTs *bool `flag:"-copyts"`
4445
NativeFramerateInput *bool `flag:"-re"`
4546
InputInitialOffset *string `flag:"-itsoffset"`

0 commit comments

Comments
 (0)