Remove debug printf, add tests

This commit is contained in:
Ingo Oppermann
2023-03-02 21:04:37 +01:00
parent 1b14ca4d89
commit eb3f396793
7 changed files with 500 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ type ProgressIO struct {
Channels uint64 `json:"channels,omitempty" format:"uint64"`
// avstream
AVstream *AVstream `json:"avstream"`
AVstream *AVstream `json:"avstream" jsonschema:"anyof_type=null;object"`
}
// Unmarshal converts a restreamer ProgressIO to a ProgressIO in API representation