• A
    avcodec/aacdec, aactab: Move kbd tables to their only user · fc5d22ab
    Andreas Rheinhardt 提交于
    The floating point kbd tables for 120 and 960 samples are only used by
    the floating point decoder whereas the fixed point kbd tables for 128
    and 1024 samples are only used by the fixed point AAC decoder. So move
    these tables to their only users. This ensures that they are not
    accidentally used somewhere else without ensuring that initializing
    these tables stays thread-safe (as it is now because the only place from
    where they are initialized is guarded by an AVOnce).
    Signed-off-by: NAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    fc5d22ab
aactab.h 4.6 KB