Skip to content

Commit

Permalink
fpointer -> _fpointer
Browse files Browse the repository at this point in the history
_cast -> cast
  • Loading branch information
LeifAndersen committed Jul 22, 2017
1 parent 85da631 commit 92bff79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video/private/ffmpeg.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -2300,8 +2300,8 @@
(_cprocedure itypes _void)))))
(apply av-log avcl level str args))))
(define (av-log-set-callback call-back)
(define-avutil av-log-set-callback (_fun fpointer -> _void))
(av-log-set-callback (_cast call-back _racket _fpointer)))
(define-avutil av-log-set-callback (_fun _fpointer -> _void))
(av-log-set-callback (cast call-back _racket _fpointer)))

(define-swscale sws-getContext (_fun _int
_int
Expand Down

0 comments on commit 92bff79

Please sign in to comment.