Mercurial > audlegacy-plugins
diff ChangeLog @ 958:30e515b6e651 trunk
[svn] A cast a day keeps the compiler warning at bay.
author | chainsaw |
---|---|
date | Sat, 14 Apr 2007 18:09:55 -0700 |
parents | f3ccef1dcd61 |
children | b2fbf53360cf |
line wrap: on
line diff
--- a/ChangeLog Sat Apr 14 17:38:32 2007 -0700 +++ b/ChangeLog Sat Apr 14 18:09:55 2007 -0700 @@ -1,3 +1,14 @@ +2007-04-15 00:38:32 +0000 Tony Vroon <chainsaw@gentoo.org> + revision [2054] + Hammer the WMA plugin into shape enough to bolt the following upstream commit on: "WMA decoder improvement, output closer to the dmo binary. + Patch by Ian Braithwaite ian braithwaite dot dk". + trunk/src/wma/libffwma/dsputil.h | 17 +-- + trunk/src/wma/libffwma/wma.h | 150 ++++++++++++++++++++++++++ + trunk/src/wma/libffwma/wmadata.h | 57 ++++++---- + trunk/src/wma/libffwma/wmadec.c | 218 +++++++-------------------------------- + 4 files changed, 240 insertions(+), 202 deletions(-) + + 2007-04-14 23:09:21 +0000 Tony Vroon <chainsaw@gentoo.org> revision [2052] I said to indent it, not to break it, hmmkay?