Conversion bug.
This commit is contained in:
@@ -268,7 +268,9 @@
|
||||
(_fun _AVChannelLayout-pointer -> _void))
|
||||
|
||||
(define (ffmpeg-make-default-channel-layout channels)
|
||||
(let ((p (malloc (ctype-sizeof _AVChannelLayout) 'atomic-interior)))
|
||||
(let ((p (cast (malloc (ctype-sizeof _AVChannelLayout) 'atomic-interior)
|
||||
_pointer
|
||||
_AVChannelLayout-pointer)))
|
||||
(av_channel_layout_default p channels)
|
||||
p))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user