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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/tests/opt.c b/libavutil/tests/opt.c
index 3134ffd354..e6ea892373 100644
--- a/libavutil/tests/opt.c
+++ b/libavutil/tests/opt.c
@@ -105,6 +105,7 @@ static const AVClass test_class = {
.class_name = "TestContext",
.item_name = test_get_name,
.option = test_options,
+ .version = LIBAVUTIL_VERSION_INT,
};
static void log_callback_help(void *ptr, int level, const char *fmt, va_list vl)