cosmetics: indentation
authorAurelien Jacobs <aurel@gnuage.org>
Tue, 10 Apr 2007 11:27:24 +0000 (11:27 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Tue, 10 Apr 2007 11:27:24 +0000 (11:27 +0000)
Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/matroska.c

index a8a855f..0b03403 100644 (file)
@@ -2566,7 +2566,7 @@ matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size,
                 pkt->pos = pos;
                 pkt->duration = duration;
 
-                    matroska_queue_packet(matroska, pkt);
+                matroska_queue_packet(matroska, pkt);
 
                 if (timecode != AV_NOPTS_VALUE)
                     timecode = duration ? timecode + duration : AV_NOPTS_VALUE;