Browse Source

cosmetics: Fix indentation.

Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
30a1380a04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/tta.c

+ 1
- 1
libavformat/tta.c View 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);


Loading…
Cancel
Save