• Anton Khirnov's avatar
    put_bits: make avpriv_align_put_bits() inline · 717503f7
    Anton Khirnov authored
    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.
    717503f7
flvenc.c 3.79 KB