mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Remove debug printf, add tests
This commit is contained in:
@@ -524,10 +524,7 @@ func (p *parser) Progress() Progress {
|
||||
|
||||
p.progress.ffmpeg.exportTo(&progress)
|
||||
|
||||
fmt.Printf("%+v\n", p.progress.avstream)
|
||||
|
||||
for i, io := range progress.Input {
|
||||
fmt.Printf("checking for %s\n", io.Address)
|
||||
av, ok := p.progress.avstream[io.Address]
|
||||
if !ok {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user