]> Sergey Matveev's repositories - go-opus.git/commit
refactor: remove unnecessary callback passing
authorHraban Luyat <hraban@0brg.net>
Fri, 10 Jul 2020 08:44:22 +0000 (09:44 +0100)
committerHraban Luyat <hraban@0brg.net>
Fri, 10 Jul 2020 08:44:22 +0000 (09:44 +0100)
commitf10c96b8f445642fa58f25294e4a37376fe6ff64
tree7fa8a85fa1ea44d7293838e43658b92944dc5f26
parent2a2b57e79dfdd65379ab4626b58f82cfbd3ba11f
refactor: remove unnecessary callback passing

Since we now have a full function wrapper for libopusfile init anyway we
can directly pass the callback struct pointer from there, instead of
making it go through Go first.
callbacks.c
stream.go