cosmetics: reindent after last commit
authorAurelien Jacobs <aurel@gnuage.org>
Mon, 20 Nov 2006 00:33:47 +0000 (00:33 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Mon, 20 Nov 2006 00:33:47 +0000 (00:33 +0000)
Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/matroska.c

index 7411bd9..dd9f062 100644 (file)
@@ -2538,15 +2538,15 @@ matroska_parse_blockgroup (MatroskaDemuxContext *matroska,
                             }
                             memcpy (pkt->data, data+slice_offset, slice_size);
 
-                        if (n == 0)
-                            pkt->flags = is_keyframe;
-                        pkt->stream_index =
-                            matroska->tracks[track]->stream_index;
+                            if (n == 0)
+                                pkt->flags = is_keyframe;
+                            pkt->stream_index =
+                                matroska->tracks[track]->stream_index;
 
-                        pkt->pts = timecode;
-                        pkt->pos= pos;
+                            pkt->pts = timecode;
+                            pkt->pos = pos;
 
-                        matroska_queue_packet(matroska, pkt);
+                            matroska_queue_packet(matroska, pkt);
                         }
                         data += lace_size[n];
                     }