[FFmpeg-cvslog] r26379 - trunk/libavfilter/avfilter.c
stefano
subversion
Sat Jan 15 21:02:04 CET 2011
Author: stefano
Date: Sat Jan 15 21:02:03 2011
New Revision: 26379
Log:
Reindent.
Modified:
trunk/libavfilter/avfilter.c
Modified: trunk/libavfilter/avfilter.c
==============================================================================
--- trunk/libavfilter/avfilter.c Sat Jan 15 20:58:29 2011 (r26378)
+++ trunk/libavfilter/avfilter.c Sat Jan 15 21:02:03 2011 (r26379)
@@ -247,13 +247,13 @@ void ff_dprintf_ref(void *ctx, AVFilterB
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);
More information about the ffmpeg-cvslog
mailing list