[SCM] libav/experimental: Fix indention after last commit.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:51:18 UTC 2013


The following commit has been merged in the experimental branch:
commit 8a6c7a5286cd63a195f393de12907b43f2e93adf
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Sep 16 20:06:48 2009 +0000

    Fix indention after last commit.
    
    Originally committed as revision 19888 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/utils.c b/libavformat/utils.c
index d1d98b0..3635491 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2665,16 +2665,16 @@ void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
     if(*next_point){
         if(compare(s, &s->packet_buffer_end->pkt, pkt)){
             while(!compare(s, &(*next_point)->pkt, pkt)){
-            next_point= &(*next_point)->next;
-        }
+                next_point= &(*next_point)->next;
+            }
             goto next_non_null;
-    }else{
-        next_point = &(s->packet_buffer_end->next);
+        }else{
+            next_point = &(s->packet_buffer_end->next);
         }
     }
-        assert(!*next_point);
+    assert(!*next_point);
 
-        s->packet_buffer_end= this_pktl;
+    s->packet_buffer_end= this_pktl;
 next_non_null:
 
     this_pktl->next= *next_point;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list