Mercurial > audlegacy-plugins
diff ChangeLog @ 68:d435a3abc035 trunk
[svn] - set alac::going before we fork the decoder thread off, this stops the core from getting confused
author | nenolod |
---|---|
date | Sat, 30 Sep 2006 23:09:09 -0700 |
parents | 41e2dc106f4e |
children | 08c9353a9bb3 |
line wrap: on
line diff
--- a/ChangeLog Sat Sep 30 22:57:56 2006 -0700 +++ b/ChangeLog Sat Sep 30 23:09:09 2006 -0700 @@ -1,3 +1,12 @@ +2006-10-01 05:57:56 +0000 William Pitcock <nenolod@nenolod.net> + revision [134] + - remove spurious debugging notices + + trunk/src/alac/demux.c | 88 +++--------------------------------------------- + trunk/src/alac/plugin.c | 27 +------------- + 2 files changed, 9 insertions(+), 106 deletions(-) + + 2006-10-01 05:44:36 +0000 William Pitcock <nenolod@nenolod.net> revision [132] - get_time() implementation