[FFmpeg-cvslog] vidstabutils: fix indentation

Timothy Gu git at videolan.org
Sun Aug 17 11:29:46 CEST 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sat Aug 16 17:47:14 2014 -0700| [32c712f1437b7f3db889cec19dcb53f757a1dea6] | committer: Michael Niedermayer

vidstabutils: fix indentation

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32c712f1437b7f3db889cec19dcb53f757a1dea6
---

 libavfilter/vidstabutils.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavfilter/vidstabutils.c b/libavfilter/vidstabutils.c
index dd6486d..6b0f0c7 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);



More information about the ffmpeg-cvslog mailing list