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
..
2017-03-19 16:08:27 +01:00
2018-04-05 22:08:53 +01:00
2023-02-09 15:24:15 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2022-03-16 14:12:49 +02:00
2021-03-12 23:55:30 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2023-02-09 15:35:14 +01:00
2023-02-09 15:35:14 +01:00
2024-01-20 10:34:48 +01:00
2024-02-14 14:53:41 +01:00
2024-02-14 14:53:41 +01:00
2023-05-11 22:06:20 +08:00
2023-07-02 19:57:45 +02:00
2023-07-02 19:57:45 +02:00
2023-07-02 19:57:45 +02:00
2024-02-14 14:53:41 +01:00
2023-11-21 08:02:29 +08:00
2022-02-21 13:09:48 +01:00
2024-02-14 14:53:41 +01:00
2023-09-10 17:32:11 +02:00
2022-02-21 13:09:48 +01:00
2023-08-14 22:57:28 +03:00
2022-01-04 17:40:29 +05:30
2022-01-04 17:40:54 +05:30
2022-01-04 17:40:54 +05:30
2022-01-04 17:40:54 +05:30
2022-01-04 17:40:54 +05:30
2024-01-20 10:34:48 +01:00
2023-09-28 11:10:35 +02:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-02-14 14:53:41 +01:00
2021-04-27 10:43:08 -03:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2016-06-27 17:56:47 +02:00
2024-02-14 14:53:41 +01:00
2024-01-20 10:34:48 +01:00
2023-05-11 22:06:20 +08:00
2024-02-14 14:53:41 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2022-09-03 15:41:44 +02:00
2022-06-19 23:01:20 +02:00
2023-08-05 09:40:06 +02:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2017-07-20 00:33:29 -03:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2024-01-20 10:34:48 +01:00
2022-02-24 12:56:49 +01:00
2021-02-27 21:30:41 +01:00
2021-04-27 10:43:08 -03:00
2019-03-22 12:30:47 +01:00
2022-05-10 07:38:01 +02:00
2024-02-14 14:53:41 +01:00
2024-01-20 10:34:48 +01:00
2024-02-02 15:40:35 +01:00
2022-05-10 06:49:32 +02:00
2023-10-29 16:19:14 +01:00
2024-01-20 10:34:48 +01:00
2024-02-14 14:53:41 +01:00
2024-01-20 10:34:48 +01:00