mirror of
https://github.com/datarhei/core.git
synced 2025-10-07 00:43:39 +08:00
Add number of keyframes and extradata size to process progress data
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package parse
|
||||
|
||||
type statsData struct {
|
||||
frame uint64
|
||||
packet uint64
|
||||
size uint64 // kbytes
|
||||
dup uint64
|
||||
drop uint64
|
||||
frame uint64 // counter
|
||||
packet uint64 // counter
|
||||
size uint64 // bytes
|
||||
dup uint64 // counter
|
||||
drop uint64 // counter
|
||||
}
|
||||
|
||||
type stats struct {
|
||||
|
Reference in New Issue
Block a user