1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
FFmpeg/libavutil/tests
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit
Makes it robust against adding fields before it, which will be useful in
following commits.

Majority of the patch generated by the following Coccinelle script:

@@
typedef AVOption;
identifier arr_name;
initializer list il;
initializer list[8] il1;
expression tail;
@@
AVOption arr_name[] = { il, { il1,
- tail
+ .unit = tail
}, ...  };

with some manual changes, as the script:
* has trouble with options defined inside macros
* sometimes does not handle options under an #else branch
* sometimes swallows whitespace
2024-02-14 14:53:41 +01:00
..
.gitignore
adler32.c
aes_ctr.c
aes.c
audio_fifo.c
avstring.c
base64.c
blowfish.c
bprint.c
camellia.c
cast5.c
channel_layout.c avutil/tests/channel_layout: Test av_channel_layout_copy() 2023-08-10 09:10:47 +02:00
color_utils.c
cpu_init.c
cpu.c riscv: Tweak names of cpu flags, print flags in libavutil/tests/cpu 2023-12-17 23:47:04 +02:00
crc.c
des.c
dict.c
display.c
encryption_info.c
error.c
eval.c
fifo.c
file.c
hash.c
hmac.c
hwdevice.c libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12 2023-12-21 16:15:23 +08:00
imgutils.c avutil/tests/imgutils: add tests for av_image_fill_black() 2023-12-13 18:51:32 +01:00
integer.c
lfg.c
lls.c
log.c
lzo.c avutil/mem: Don't include avutil.h 2023-09-07 00:42:10 +02:00
md5.c
murmur3.c avutil/mem: Don't include avutil.h 2023-09-07 00:42:10 +02:00
opt.c all: use designated initializers for AVOption.unit 2024-02-14 14:53:41 +01:00
parseutils.c
pca.c
pixdesc.c avutil/mem: Don't include avutil.h 2023-09-07 00:42:10 +02:00
pixelutils.c
pixfmt_best.c
random_seed.c
rational.c
ripemd.c
sha512.c
sha.c
softfloat.c
tea.c
tree.c
twofish.c
utf8.c
uuid.c
xtea.c