mirror of
https://github.com/lkmio/lkm.git
synced 2025-10-05 23:26:51 +08:00
8 lines
108 B
Go
8 lines
108 B
Go
package rtmp
|
|
|
|
import "github.com/yangjiechina/avformat"
|
|
|
|
type TransDeMuxer struct {
|
|
avformat.DeMuxerImpl
|
|
}
|