summaryrefslogtreecommitdiff
path: root/libavutil/tests
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-26 12:03:29 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-27 05:51:44 +0200
commit4e135347a7c2defaa62e27f7d0533d8963f6d539 (patch)
tree98132b878ba3ba1edfd030bfad6d7dc7cdf4c65e /libavutil/tests
parent386a4989df09582a4c35e86678243d24c66b9693 (diff)
downloadffmpeg-4e135347a7c2defaa62e27f7d0533d8963f6d539.tar.gz
avutil/tests/opt: Set AVClass.version
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/tests')
-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)