[FFmpeg-cvslog] commit: Reindent. (Stefano Sabatini )
git at videolan.org
git
Sun Jan 16 15:03:15 CET 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sat Jan 15 20:02:03 2011 +0000| [1d5b1885183f38673ccb64b0f143dde7946b94a6] | committer: Stefano Sabatini
Reindent.
Originally committed as revision 26379 to svn://svn.ffmpeg.org/ffmpeg/trunk
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d5b1885183f38673ccb64b0f143dde7946b94a6
---
libavfilter/avfilter.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index b99bcbb..0378f2c 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);
More information about the ffmpeg-cvslog
mailing list