]> git.sesse.net Git - ffmpeg/commit
binkaudio: switch to the new send/receive API
authorAnton Khirnov <anton@khirnov.net>
Thu, 24 Nov 2016 22:05:20 +0000 (23:05 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 14 Dec 2016 08:06:45 +0000 (09:06 +0100)
commit730c02326094bcfb1fa67f10a7e7b22f03f5a88f
treed33291279c561c9f31a7e2ffbbd306681e8ffd6d
parentfa1749dd34c55fb997c97dfc4da9383c9976ab91
binkaudio: switch to the new send/receive API

It is more natural for this codec and allows to avoid awkward constructs
like "consuming 0 bytes from input". Also, keep a reference to the input
packet to avoid unnecessary copying.
libavcodec/binkaudio.c