]> git.sesse.net Git - ffmpeg/commit
put_bits: make avpriv_align_put_bits() inline
authorAnton Khirnov <anton@khirnov.net>
Mon, 26 Oct 2020 12:36:06 +0000 (13:36 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 28 Oct 2020 12:53:23 +0000 (13:53 +0100)
commit717503f7166d7032e32b935f2819d450524125d1
treef18317021078c2ebec76216af00023c836c49d2e
parent886c601a7064333708f2fdbaf970eb783b5a2008
put_bits: make avpriv_align_put_bits() inline

This function is so extremely simple that it is preferable to make it
inline rather than deal with all the complications arising from it being
an exported symbol.

Keep avpriv_align_put_bits() around until the next major bump to
preserve ABI compatibility.
16 files changed:
libavcodec/aacenc.c
libavcodec/bitstream.c
libavcodec/flvenc.c
libavcodec/h261enc.c
libavcodec/ituh263enc.c
libavcodec/jpeglsenc.c
libavcodec/mpeg12enc.c
libavcodec/mpeg4audio.h
libavcodec/msmpeg4enc.c
libavcodec/put_bits.h
libavcodec/rv10enc.c
libavcodec/svq1enc.c
libavcodec/vc2enc.c
libavcodec/version.h
libavcodec/wmaenc.c
libavcodec/xsubenc.c