mirror of
https://github.com/Tryanks/go-rkcodec.git
synced 2025-10-06 16:46:50 +08:00
10 lines
134 B
Go
10 lines
134 B
Go
package rkcodec
|
|
|
|
import "C"
|
|
|
|
//#cgo pkg-config: rockchip_mpp
|
|
//#include <rockchip/mpp_frame.h>
|
|
import "C"
|
|
|
|
type MppFrame = C.MppFrame
|