mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
386a4989df
commit
4e135347a7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user