Mercurial > hg > svcore
annotate .hgignore @ 1290:fa574c909c3d 3.0-integration
Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Another thing learned from madplay.
author | Chris Cannam |
---|---|
date | Thu, 24 Nov 2016 17:06:31 +0000 |
parents | ba986753c3dd |
children |
rev | line source |
---|---|
Chris@636 | 1 syntax: glob |
Chris@636 | 2 Makefile |
Chris@636 | 3 */Makefile |
Chris@649 | 4 o/* |
Chris@636 | 5 */o/* |
Chris@636 | 6 */tmp_obj/* |
Chris@636 | 7 */tmp_moc/* |
Chris@636 | 8 doc/html/ |
Chris@636 | 9 *.o |
Chris@636 | 10 *.so |
Chris@636 | 11 *.so.* |
Chris@636 | 12 *.a |
Chris@636 | 13 *.wav |
Chris@636 | 14 *~ |
Chris@636 | 15 *.orig |
Chris@636 | 16 *.rej |