spacing (only)

This commit is contained in:
Glenn Maynard
2006-02-14 11:30:53 +00:00
parent 62a0ac1370
commit 2b9f484548
11 changed files with 282 additions and 280 deletions
+4 -2
View File
@@ -194,7 +194,8 @@ struct madlib_t
/* Whether Timer is trusted; this is false after doing a quick seek. */ /* Whether Timer is trusted; this is false after doing a quick seek. */
int timer_accurate; int timer_accurate;
/* Frame index of each percentage of the file. This is like the /*
* Frame index of each percentage of the file. This is like the
* Xing TOC, except it's actual byte indices, not percentages, so * Xing TOC, except it's actual byte indices, not percentages, so
* it's accurate enough for "precise" seeking. -1 indicates we don't * it's accurate enough for "precise" seeking. -1 indicates we don't
* yet know; we always fill this in from beginning to end, so if n * yet know; we always fill this in from beginning to end, so if n
@@ -205,7 +206,8 @@ struct madlib_t
* the file was. We don't want to change length after we've set it * the file was. We don't want to change length after we've set it
* (that would change all of the toc entries), so allow the TOC to * (that would change all of the toc entries), so allow the TOC to
* go up to 200%. (Beyond that, we'll always hard seek; perhaps this * go up to 200%. (Beyond that, we'll always hard seek; perhaps this
* should be larger?) */ * should be larger?)
*/
int toc[200]; int toc[200];
/* Position in the file of inbuf: */ /* Position in the file of inbuf: */