mirror of
https://github.com/Tryanks/go-rkcodec.git
synced 2025-10-06 08:36:51 +08:00
19 lines
304 B
Go
19 lines
304 B
Go
package rkcodec
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestType(t *testing.T) {
|
|
t.Log(MppCtxEnc)
|
|
t.Log(MppSuccess)
|
|
t.Log(MppErrUnknow)
|
|
t.Log(MppBufferTypeButt)
|
|
t.Log(MppBufferFlagsDMA32)
|
|
t.Log(MppFramePrimariesNB)
|
|
t.Log(MetaKeyDecTbnUvOffset)
|
|
t.Log(HdrFormatMax)
|
|
t.Log(MpiCmdButt)
|
|
t.Log(MppTimeoutMax)
|
|
}
|