mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-08 00:51:20 +08:00
2023-11-04 09:31:38 CST W44D6
This commit is contained in:
@@ -10,6 +10,7 @@ package ffmpeg
|
||||
import "C"
|
||||
import "unsafe"
|
||||
|
||||
// AVSphericalProjection
|
||||
type AVSphericalProjection = C.enum_AVSphericalProjection
|
||||
|
||||
const (
|
||||
@@ -18,6 +19,7 @@ const (
|
||||
AV_SPHERICAL_EQUIRECTANGULAR_TILE = AVSphericalProjection(C.AV_SPHERICAL_EQUIRECTANGULAR_TILE)
|
||||
)
|
||||
|
||||
// AVSphericalMapping
|
||||
type AVSphericalMapping C.struct_AVSphericalMapping
|
||||
|
||||
// GetProjection gets `AVSphericalMapping.projection` value.
|
||||
|
Reference in New Issue
Block a user