ffmpeg support

This commit is contained in:
2026-04-28 15:04:12 +02:00
parent d78a0ae9ff
commit d55f52818d
33 changed files with 157 additions and 22 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(module ffmpeg_decoder racket/base
(require ffi/unsafe
"ffmpeg_ffi.rkt"
"ffmpeg-ffi.rkt"
"private/utils.rkt"
(prefix-in fin: finalizer)
)