Mercurial > audlegacy-plugins
diff src/madplug/input.c @ 2390:bd9673d8b7d5
converted to new sound engine scheme.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Fri, 15 Feb 2008 19:10:19 +0900 |
| parents | 78a0e19530e2 |
| children | 4ad6e7dfb389 |
line wrap: on
line diff
--- a/src/madplug/input.c Thu Feb 14 15:44:10 2008 -0600 +++ b/src/madplug/input.c Fri Feb 15 19:10:19 2008 +0900 @@ -76,7 +76,7 @@ memset(info, 0, sizeof(struct mad_info_t)); // all fields are cleared to 0 --yaz - info->fmt = FMT_S16_LE; + info->fmt = FMT_FIXED32; info->channels = -1; info->mpeg_layer = -1; info->size = -1;
