Make mp3_seek_next_header() more readable.
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Jun 2008 16:25:07 +0000 (18:25 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 28 Jun 2008 16:25:07 +0000 (18:25 +0200)
commit1889013e900f08d5ee842a50dc13c66689ebf15b
tree76c921666c8d532b6d0c670c20aa890c3a37a7e7
parentda3bc4382673f3fbb37a7a00f06094135853e956
Make mp3_seek_next_header() more readable.

It fills in a mp3header structure. So use a function parameter
instead of a global variable.
mp3_afh.c