Files
monibuca/plugin/mp4/pkg/box/video.go
langhuihui 8a9fffb987 refactor: frame converter and mp4 track improvements
- Refactor frame converter implementation
- Update mp4 track to use ICodex
- General refactoring and code improvements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 19:55:37 +08:00

13 lines
167 B
Go

package box
import "m7s.live/v5/pkg/util"
type Sample struct {
util.Memory
KeyFrame bool
Timestamp uint32
CTS uint32
Offset int64
Duration uint32
}