search for: format_mp3_get_plugin

Displaying 1 result from an estimated 1 matches for "format_mp3_get_plugin".

2004 Aug 06
1
BUG: sending bad buf's in MP3
...write_buf_to_client(format_plugin_t *self, client_t *client, unsigned char *buf, int len) { int ret; if(((mp3_state *)self->_state)->metadata) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is always true because previously it did state->metadata = strdup("") in format_mp3_get_plugin(). It causes annoying artifacts in xmms while listening mp3, I suposse because xmms didn't ask for metadata. Regards, -- ricardo galli GPG id C8114D34 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe fro...