| 64 | } |
| 65 | |
| 66 | void xs_mp3_close(xsMachine *the) |
| 67 | { |
| 68 | xsMP3 mp3 = xsmcGetHostData(xsThis); |
| 69 | xs_mp3_destructor(mp3); |
| 70 | xsmcSetHostData(xsThis, NULL); |
| 71 | } |
| 72 | |
| 73 | static enum mad_flow output(void *s, struct mad_header const *header, struct mad_pcm *pcm) |
| 74 | { |
nothing calls this directly
no test coverage detected