mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
- 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>
12 lines
153 B
Go
12 lines
153 B
Go
package hls
|
|
|
|
import (
|
|
"m7s.live/v5/pkg"
|
|
mpegts "m7s.live/v5/pkg/format/ts"
|
|
)
|
|
|
|
type VideoCodecCtx struct {
|
|
pkg.IVideoCodecCtx
|
|
mpegts.MpegtsPESFrame
|
|
}
|