[SCM] libav/experimental: Cosmetics: merge two lines in ff_dprintf_ref().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:14:18 UTC 2013


The following commit has been merged in the experimental branch:
commit e29b451a5192ddd27f666a62d7181a1eb1a93e8a
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Aug 20 15:16:07 2010 +0000

    Cosmetics: merge two lines in ff_dprintf_ref().
    
    Originally committed as revision 24848 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index aabc0aa..f3a9c1f 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -195,8 +195,7 @@ void ff_dprintf_ref(void *ctx, AVFilterBufferRef *ref, int end)
 {
     dprintf(ctx,
             "ref[%p buf:%p refcount:%d perms:0x%x data:%p linesize[%d, %d, %d, %d] pts:%"PRId64" pos:%"PRId64,
-            ref, ref->buf, ref->buf->refcount, ref->perms,
-            ref->data[0],
+            ref, ref->buf, ref->buf->refcount, ref->perms, ref->data[0],
             ref->linesize[0], ref->linesize[1], ref->linesize[2], ref->linesize[3],
             ref->pts, ref->pos);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list