From 1d5b1885183f38673ccb64b0f143dde7946b94a6 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 15 Jan 2011 20:02:03 +0000 Subject: Reindent. Originally committed as revision 26379 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libavfilter/avfilter.c') diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index b99bcbb8a9..0378f2c56f 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -247,13 +247,13 @@ void ff_dprintf_ref(void *ctx, AVFilterBufferRef *ref, int end) void ff_dprintf_link(void *ctx, AVFilterLink *link, int end) { if (link->type == AVMEDIA_TYPE_VIDEO) { - dprintf(ctx, - "link[%p s:%dx%d fmt:%-16s %-16s->%-16s]%s", - link, link->w, link->h, - av_pix_fmt_descriptors[link->format].name, - link->src ? link->src->filter->name : "", - link->dst ? link->dst->filter->name : "", - end ? "\n" : ""); + dprintf(ctx, + "link[%p s:%dx%d fmt:%-16s %-16s->%-16s]%s", + link, link->w, link->h, + av_pix_fmt_descriptors[link->format].name, + link->src ? link->src->filter->name : "", + link->dst ? link->dst->filter->name : "", + end ? "\n" : ""); } else { char buf[128]; av_get_channel_layout_string(buf, sizeof(buf), -1, link->channel_layout); -- cgit v1.2.3