init with test

This commit is contained in:
wanglei.w
2020-11-10 15:49:38 +08:00
commit de958344b9
17 changed files with 1525 additions and 0 deletions

5
debugx.go Normal file
View File

@@ -0,0 +1,5 @@
package ffmpeg_go
func DebugNodes(node []DagNode) {}
func DebugOutGoingMap(node []DagNode, m map[int]map[Label][]NodeInfo) {}