mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-09 10:00:08 +08:00
Added github action
This commit is contained in:
@@ -57,7 +57,7 @@ func (s *Stream) SampleAspectRatio() Rational {
|
||||
}
|
||||
|
||||
func (s *Stream) SideData(t PacketSideDataType) []byte {
|
||||
return bytesFromC(func(size *C.ulong) *C.uint8_t {
|
||||
return bytesFromC(func(size *cUlong) *C.uint8_t {
|
||||
return C.av_stream_get_side_data(s.c, (C.enum_AVPacketSideDataType)(t), size)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user