]> git.sesse.net Git - ffmpeg/commit
lavf/latmenc: fix units mismatch
authorAnton Khirnov <anton@khirnov.net>
Mon, 26 Oct 2020 12:04:33 +0000 (13:04 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Oct 2020 12:53:23 +0000 (13:53 +0100)
commit2068ad5914e4b6ba1d9c57e093a0d879d7afc7cf
tree170825a02b3bc8527b977c10e1bb2605e749f6cb
parentc1efb1decb01af84d466a3f740c06c56c446ce56
lavf/latmenc: fix units mismatch

avpriv_copy_bits() takes the size in bits, not bytes. According to
a736eb4a605f46d5ff96c7b32e55710ecd9cce89, nobody is quite sure whether
this code produces working files.
libavformat/latmenc.c