/*@@@ need some error here like wa2: MessageBox(mod_.hMainWindow, "ERROR: plugin can only handle 8/16-bit samples\n", "ERROR: plugin can only handle 8/16-bit samples", 0); */
fprintf(stderr,"libxmms-flac: can't handle %d bit output\n",stream_data_.bits_per_sample);
fprintf(stderr,"libxmms-flac: can't handle %u bit output\n",stream_data_.bits_per_sample);