You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -105,6 +105,7 @@ static const AVClass test_class = {
|
|||||||
.class_name = "TestContext",
|
.class_name = "TestContext",
|
||||||
.item_name = test_get_name,
|
.item_name = test_get_name,
|
||||||
.option = test_options,
|
.option = test_options,
|
||||||
|
.version = LIBAVUTIL_VERSION_INT,
|
||||||
};
|
};
|
||||||
|
|
||||||
static void log_callback_help(void *ptr, int level, const char *fmt, va_list vl)
|
static void log_callback_help(void *ptr, int level, const char *fmt, va_list vl)
|
||||||
|
Reference in New Issue
Block a user