[FFmpeg-cvslog] r19888 - trunk/libavformat/utils.c

michael subversion
Wed Sep 16 22:06:48 CEST 2009


Author: michael
Date: Wed Sep 16 22:06:48 2009
New Revision: 19888

Log:
Fix indention after last commit.

Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	Wed Sep 16 22:04:04 2009	(r19887)
+++ trunk/libavformat/utils.c	Wed Sep 16 22:06:48 2009	(r19888)
@@ -2665,16 +2665,16 @@ void ff_interleave_add_packet(AVFormatCo
     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;



More information about the ffmpeg-cvslog mailing list