Mercurial > libavformat.hg
changeset 1971:363dcd1e64e0 libavformat
cosmetics: Fix indentation.
author | diego |
---|---|
date | Sat, 31 Mar 2007 11:48:28 +0000 |
parents | a27976be3394 |
children | f25d798425c9 |
files | tta.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tta.c Fri Mar 30 23:04:45 2007 +0000 +++ b/tta.c Sat Mar 31 11:48:28 2007 +0000 @@ -75,7 +75,7 @@ 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);