[FFmpeg-devel] [PATCH 3/3] vidstabutils: fix indentation
Timothy Gu
timothygu99 at gmail.com
Sun Aug 17 02:47:14 CEST 2014
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavfilter/vidstabutils.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavfilter/vidstabutils.c b/libavfilter/vidstabutils.c
index 1f9f331..13544cf 100644
--- a/libavfilter/vidstabutils.c
+++ b/libavfilter/vidstabutils.c
@@ -52,11 +52,11 @@ static int vs2av_log(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);
--
1.9.1
More information about the ffmpeg-devel
mailing list