Fixed a nasty bug in mp3parse (partial buffer state remained)
authorWim Taymans <wim.taymans@gmail.com>
Sat, 5 Feb 2000 01:20:11 +0000 (01:20 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 5 Feb 2000 01:20:11 +0000 (01:20 +0000)
commit3cb7f2a649f47310d986bfec00d9fb3996c77e20
tree326cf06cdd6fc9ca6485e51f9f0bca0e2e1c0bde
parent5d5807c0d59992396a1202b153df09feb77e7296
Fixed a nasty bug in mp3parse (partial buffer state remained)

Original commit message from CVS:
Fixed a nasty bug in mp3parse (partial buffer state remained)
Added eos check for the test programs to stop them from allocating all
of your memory (had to use alt-sysreq-k a few times :-( ).
MPEG layer 1 plays fine now with mp3play.
test/a.c
test/mp3parse.c
test/mp3play.c