Commit b88de2d9 authored by diego's avatar diego

cosmetics: Fix indentation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8565 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6eba3a1e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment