]> git.sesse.net Git - ffmpeg/commit
lavf/latmenc: use a local simplified copy of avpriv_copy_bits()
authorAnton Khirnov <anton@khirnov.net>
Mon, 26 Oct 2020 12:16:38 +0000 (13:16 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Oct 2020 12:53:23 +0000 (13:53 +0100)
commit886c601a7064333708f2fdbaf970eb783b5a2008
tree207dd80c63d653068e57d71b1449ecd80d5c8897
parent2068ad5914e4b6ba1d9c57e093a0d879d7afc7cf
lavf/latmenc: use a local simplified copy of avpriv_copy_bits()

This is the only place in lavf where avpriv_copy_bits() is used, so this
allows us to make avpriv_copy_bits() lavc-local.
libavformat/latmenc.c