Re: [FFmpeg-devel] [PATCH] Remove struct named initializer from aac profile option.

2024-03-26 Thread Hendrik Leppkes
On Tue, Mar 26, 2024 at 9:42 AM Muiz Yusuff wrote: > > From: Muiz > > All fields of the stuct use unnamed struct initialization. > Also omit the field name for `AVOption::unit` to maintain consistency. "unit" intentionally uses designated initializers, so that adding new fields before it is more

[FFmpeg-devel] [PATCH] Remove struct named initializer from aac profile option.

2024-03-26 Thread Muiz Yusuff
From: Muiz All fields of the stuct use unnamed struct initialization. Also omit the field name for `AVOption::unit` to maintain consistency. --- libavcodec/profiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h index ffc8710ef