Mercurial > audlegacy-plugins
comparison src/paranormal/plugin.c @ 1647:216ac16dbf79
missing =
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 07 Sep 2007 06:12:17 -0500 |
| parents | 03f4d3fb9d22 |
| children | f6f5603a0954 |
comparison
equal
deleted
inserted
replaced
| 1646:e4b077cebfac | 1647:216ac16dbf79 |
|---|---|
| 64 .num_pcm_chs_wanted = 2, | 64 .num_pcm_chs_wanted = 2, |
| 65 .num_freq_chs_wanted = 2, | 65 .num_freq_chs_wanted = 2, |
| 66 .init = pn_xmms_init, | 66 .init = pn_xmms_init, |
| 67 .cleanup = pn_xmms_cleanup, | 67 .cleanup = pn_xmms_cleanup, |
| 68 .about = pn_xmms_about, | 68 .about = pn_xmms_about, |
| 69 .configure pn_xmms_configure, | 69 .configure = pn_xmms_configure, |
| 70 .render_pcm = pn_xmms_render_pcm, | 70 .render_pcm = pn_xmms_render_pcm, |
| 71 .render_freq = pn_xmms_render_freq | 71 .render_freq = pn_xmms_render_freq |
| 72 }; | 72 }; |
| 73 | 73 |
| 74 VisPlugin *pn_vplist[] = { &pn_vp, NULL }; | 74 VisPlugin *pn_vplist[] = { &pn_vp, NULL }; |
