Mercurial > audlegacy-plugins
changeset 759:0c18e4b8e840 trunk
[svn] - when shifting the ringbuffer to left by one byte to regain alignment,
make sure that buffervalid is decremented.
author | nenolod |
---|---|
date | Wed, 28 Feb 2007 19:26:41 -0800 |
parents | b006af49413e |
children | 6ed8d477ba89 |
files | ChangeLog src/aac/src/libmp4.c |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Feb 28 18:25:09 2007 -0800 +++ b/ChangeLog Wed Feb 28 19:26:41 2007 -0800 @@ -1,3 +1,11 @@ +2007-03-01 02:25:09 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [1614] + - remove dead header, reported by joecool. + + trunk/src/lame/out_lame.c | 1 - + 1 file changed, 1 deletion(-) + + 2007-03-01 02:22:17 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [1612] - hook up lame encoder plugin.