Skip to content

Commit

Permalink
Program and Discard
Browse files Browse the repository at this point in the history
  • Loading branch information
oldma3095 committed Dec 14, 2024
1 parent ffb44b5 commit 64a05c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions program.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ func (p *Program) Flags() int {
return int(p.c.flags)
}

// https://ffmpeg.org/doxygen/7.0/structAVProgram.html#a8c87564167b87f54be9171778d51fe49
func (p *Program) SetFlags(f int) {
p.c.flags = C.int(f)
}

// https://ffmpeg.org/doxygen/7.0/structAVProgram.html#a9c7a07c08a1f960aaa49f3f47633af5c
func (p *Program) Discard() Discard {
return Discard(p.c.discard)
Expand Down

0 comments on commit 64a05c0

Please sign in to comment.