• Andreas Rheinhardt's avatar
    avcodec/jpegtables: Mark jpegtables as hidden · c9d0ba9a
    Andreas Rheinhardt authored
    These tables are not exported as avpriv symbols, but instead
    included into every library using them. Therefore they
    can be mark with the hidden elf visibility. For certain arches
    this is necessary in order to avoid building suboptimal code;
    for other arches it just allows the compiler to simplify accesses
    like ff_mjpeg_bits_dc_luminance + 1 because the "+ 1" can be baked
    into the offset.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
    c9d0ba9a
jpegtables.h 1.32 KB