mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
Convert all AVClass struct declarations to designated initializers.
This commit is contained in:
@@ -59,9 +59,9 @@ static const char *test_get_name(void *ctx)
|
||||
}
|
||||
|
||||
static const AVClass test_class = {
|
||||
"TestContext",
|
||||
test_get_name,
|
||||
test_options
|
||||
.class_name = "TestContext",
|
||||
.item_name = test_get_name,
|
||||
.option = test_options,
|
||||
};
|
||||
|
||||
int main(void)
|
||||
|
||||
Reference in New Issue
Block a user