avutil/tests/opt: Set AVClass.version

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-09-26 12:03:29 +02:00
parent 386a4989df
commit 4e135347a7
1 changed files with 1 additions and 0 deletions

View File

@ -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)