comparison tta.c @ 1971:363dcd1e64e0 libavformat

cosmetics: Fix indentation.
author diego
date Sat, 31 Mar 2007 11:48:28 +0000
parents f7b57a2fa7ca
children 1a3c9056982a
comparison
equal deleted inserted replaced
1970:a27976be3394 1971:363dcd1e64e0
73 c->seektable = av_mallocz(sizeof(uint32_t)*c->totalframes); 73 c->seektable = av_mallocz(sizeof(uint32_t)*c->totalframes);
74 if (!c->seektable) 74 if (!c->seektable)
75 return AVERROR_NOMEM; 75 return AVERROR_NOMEM;
76 76
77 for (i = 0; i < c->totalframes; i++) 77 for (i = 0; i < c->totalframes; i++)
78 c->seektable[i] = get_le32(&s->pb); 78 c->seektable[i] = get_le32(&s->pb);
79 url_fskip(&s->pb, 4); // seektable crc 79 url_fskip(&s->pb, 4); // seektable crc
80 80
81 st = av_new_stream(s, 0); 81 st = av_new_stream(s, 0);
82 // av_set_pts_info(st, 32, 1, 1000); 82 // av_set_pts_info(st, 32, 1, 1000);
83 if (!st) 83 if (!st)