Commit 30a1380a authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Fix indentation.

Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d495fdc3
...@@ -75,7 +75,7 @@ static int tta_read_header(AVFormatContext *s, AVFormatParameters *ap) ...@@ -75,7 +75,7 @@ static int tta_read_header(AVFormatContext *s, AVFormatParameters *ap)
return AVERROR_NOMEM; return AVERROR_NOMEM;
for (i = 0; i < c->totalframes; i++) 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 url_fskip(&s->pb, 4); // seektable crc
st = av_new_stream(s, 0); 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