mirror of https://git.ffmpeg.org/ffmpeg.git
vidstabutils: fix indentation
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
427bcdf035
commit
32c712f143
|
@ -52,11 +52,11 @@ static int vs_2_av_log_wrapper(int type, const char *tag, const char *format, ..
|
||||||
va_list ap;
|
va_list ap;
|
||||||
VS2AVLogCtx ctx;
|
VS2AVLogCtx ctx;
|
||||||
AVClass class = {
|
AVClass class = {
|
||||||
.class_name = tag,
|
.class_name = tag,
|
||||||
.item_name = av_default_item_name,
|
.item_name = av_default_item_name,
|
||||||
.option = 0,
|
.option = 0,
|
||||||
.version = LIBAVUTIL_VERSION_INT,
|
.version = LIBAVUTIL_VERSION_INT,
|
||||||
.category = AV_CLASS_CATEGORY_FILTER,
|
.category = AV_CLASS_CATEGORY_FILTER,
|
||||||
};
|
};
|
||||||
ctx.class = &class;
|
ctx.class = &class;
|
||||||
va_start(ap, format);
|
va_start(ap, format);
|
||||||
|
|
Loading…
Reference in New Issue