Skip to content

Commit

Permalink
FilterGraph.Dump
Browse files Browse the repository at this point in the history
  • Loading branch information
oldma3095 committed Dec 24, 2024
1 parent 1540ebf commit 876caa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions filter_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,8 @@ func (g *FilterGraph) Filters() (fs []*FilterContext) {
}
return
}

// https://ffmpeg.org/doxygen/7.0/group__lavfi.html#gadb442aca4e5a8c3ba740f6049f0a288b
func (g *FilterGraph) Dump() string {
return C.GoString(C.avfilter_graph_dump(g.c, nil))
}

0 comments on commit 876caa5

Please sign in to comment.