Mercurial > audlegacy-plugins
comparison src/sndstretch/sndstretch_xmms.c @ 1071:bd897d14d627 trunk
[svn] - update sndstretch to plugin API v2
author | nenolod |
---|---|
date | Thu, 24 May 2007 12:24:11 -0700 |
parents | 6bb0e52df3d6 |
children | 6d87598ff8a9 |
comparison
equal
deleted
inserted
replaced
1070:aa85fe8d2473 | 1071:bd897d14d627 |
---|---|
51 sndstretch_config, | 51 sndstretch_config, |
52 sndstretch_mod_samples, | 52 sndstretch_mod_samples, |
53 NULL | 53 NULL |
54 }; | 54 }; |
55 | 55 |
56 | 56 EffectPlugin *sndstretch_eplist[] = { &sndstretch_ep, NULL }; |
57 EffectPlugin *get_eplugin_info(void) | 57 |
58 { | 58 DECLARE_PLUGIN(sndstretch, NULL, NULL, NULL, NULL, sndstretch_eplist, NULL, NULL); |
59 return &sndstretch_ep; | |
60 } | |
61 | 59 |
62 static struct { | 60 static struct { |
63 int handle; // file handle | 61 int handle; // file handle |
64 int fragsize; | 62 int fragsize; |
65 int chnr; | 63 int chnr; |