summaryrefslogtreecommitdiff
path: root/libavutil/tests/opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/tests/opt.c')
-rw-r--r--libavutil/tests/opt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavutil/tests/opt.c b/libavutil/tests/opt.c
index 568eb45668..f4cfa590aa 100644
--- a/libavutil/tests/opt.c
+++ b/libavutil/tests/opt.c
@@ -98,9 +98,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,
};
static void log_callback_help(void *ptr, int level, const char *fmt, va_list vl)