FFmpeg/libavcodec/tests
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks
This is possible, because every given FFCodec has to implement
exactly one of these. Doing so decreases sizeof(FFCodec) and
therefore decreases the size of the binary.
Notice that in case of position-independent code the decrease
is in .data.rel.ro, so that this translates to decreased
memory consumption.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-04-05 20:02:37 +02:00
..
aarch64
arm
ppc
x86
.gitignore
avcodec.c
avfft.c
avpacket.c
cabac.c
celp_math.c
codec_desc.c
dct.c
fft-fixed32.c
fft.c
golomb.c
h264_levels.c
h265_levels.c
htmlsubtitles.c
iirfilter.c
jpeg2000dwt.c
mathops.c
mjpegenc_huffman.c
motion.c
mpeg12framerate.c
rangecoder.c
snowenc.c