OSDN Git Service

cosmetics: Fix indentation.
authorDiego Biurrun <diego@biurrun.de>
Sat, 31 Mar 2007 11:48:28 +0000 (11:48 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 31 Mar 2007 11:48:28 +0000 (11:48 +0000)
Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/tta.c

index 663cd1b..a370943 100644 (file)
@@ -75,7 +75,7 @@ static int tta_read_header(AVFormatContext *s, AVFormatParameters *ap)
         return AVERROR_NOMEM;
 
     for (i = 0; i < c->totalframes; i++)
-            c->seektable[i] = get_le32(&s->pb);
+        c->seektable[i] = get_le32(&s->pb);
     url_fskip(&s->pb, 4); // seektable crc
 
     st = av_new_stream(s, 0);