testing
This commit is contained in:
8
format/nvr/streams.go
Normal file
8
format/nvr/streams.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package nvr
|
||||
|
||||
import "github.com/deepch/vdk/av"
|
||||
|
||||
type Stream struct {
|
||||
codec av.CodecData
|
||||
idx int
|
||||
}
|
||||
Reference in New Issue
Block a user