Mercurial > audlegacy-plugins
diff ChangeLog @ 78:096db10ce25f trunk
[svn] - a few concurrency fixes
author | nenolod |
---|---|
date | Mon, 02 Oct 2006 19:55:45 -0700 |
parents | c2981235af26 |
children | 722fd456ae1a |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 02 18:14:15 2006 -0700 +++ b/ChangeLog Mon Oct 02 19:55:45 2006 -0700 @@ -1,3 +1,13 @@ +2006-10-03 01:14:15 +0000 William Pitcock <nenolod@nenolod.net> + revision [154] + - thread safety + + trunk/src/alac/demux.c | 3 +-- + trunk/src/alac/demux.h | 4 ++++ + trunk/src/alac/plugin.c | 20 +++++++++----------- + 3 files changed, 14 insertions(+), 13 deletions(-) + + 2006-10-02 22:52:47 +0000 William Pitcock <nenolod@nenolod.net> revision [152] - too much was reverted here, only the if (!ext) return TRUE; was wrong.