diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-16 17:47:14 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-17 11:28:23 +0200 |
commit | 32c712f1437b7f3db889cec19dcb53f757a1dea6 (patch) | |
tree | fc63fbf44c82c49701688c09e0cc4fbfc878436a /libavfilter | |
parent | 427bcdf035f5decca182651acfe067d685b3feb5 (diff) | |
download | ffmpeg-32c712f1437b7f3db889cec19dcb53f757a1dea6.tar.gz |
vidstabutils: fix indentation
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vidstabutils.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavfilter/vidstabutils.c b/libavfilter/vidstabutils.c index dd6486ddf5..6b0f0c7b91 100644 --- a/libavfilter/vidstabutils.c +++ b/libavfilter/vidstabutils.c @@ -52,11 +52,11 @@ static int vs_2_av_log_wrapper(int type, const char *tag, const char *format, .. va_list ap; VS2AVLogCtx ctx; AVClass class = { - .class_name = tag, - .item_name = av_default_item_name, - .option = 0, - .version = LIBAVUTIL_VERSION_INT, - .category = AV_CLASS_CATEGORY_FILTER, + .class_name = tag, + .item_name = av_default_item_name, + .option = 0, + .version = LIBAVUTIL_VERSION_INT, + .category = AV_CLASS_CATEGORY_FILTER, }; ctx.class = &class; va_start(ap, format); |