Mercurial > audlegacy-plugins
comparison src/madplug/decoder.c @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Wed, 26 Nov 2008 02:55:04 +0900 |
| parents | f1b6f1b2cdb3 |
| children | eb7348ab56d2 |
comparison
equal
deleted
inserted
replaced
| 2970:57d499fc5056 | 2971:3134a0987162 |
|---|---|
| 22 /* #define AUD_DEBUG 1 */ | 22 /* #define AUD_DEBUG 1 */ |
| 23 | 23 |
| 24 #include <math.h> | 24 #include <math.h> |
| 25 #include <assert.h> | 25 #include <assert.h> |
| 26 | 26 |
| 27 #include <audacious/plugin.h> | 27 #include <audlegacy/plugin.h> |
| 28 #include "plugin.h" | 28 #include "plugin.h" |
| 29 #include "input.h" | 29 #include "input.h" |
| 30 | 30 |
| 31 #define BUFFER_SIZE (16*1024) | 31 #define BUFFER_SIZE (16*1024) |
| 32 #define N_AVERAGE_FRAMES 10 | 32 #define N_AVERAGE_FRAMES 10 |
