]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp3_afh.c: Kill global variable num_chunks and seconds.
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 17:56:01 +0000 (18:56 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 17:56:01 +0000 (18:56 +0100)
commit7e002af5ee72f6ac95a760959a4bc1435271dcae
tree543dc4b5c6b5f73248f6ae4aff660c4579627606
parent0b814bdbb7a3fe018cffee0162dc6c916cfa6879
mp3_afh.c: Kill global variable num_chunks and seconds.

num_chunks has the same meaning as chunks_total in struct audio format.
Similarly, mp3.seconds has the same meaning as afi->seconds. So use these.
mp3_afh.c