X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=306546d6c89bfdd2ee80832ed4c71b655bdf7b05;hp=79ead6dbae446325dc19648d9426906cc6e0569c;hb=08d3a77eaeb04981d225a6938404f8ac901407b4;hpb=eb992f2fc3ff5b6bd1c0b91d473b07675fe5b927 diff --git a/error.h b/error.h index 79ead6db..306546d6 100644 --- a/error.h +++ b/error.h @@ -318,6 +318,7 @@ extern const char **para_errlist[]; PARA_ERROR(MAD_FRAME_DECODE, "mad frame decode error"), \ PARA_ERROR(MP3DEC_SYNTAX, "syntax error in mp3dec config"), \ PARA_ERROR(MP3DEC_EOF, "mp3dec: end of file"), \ + PARA_ERROR(MP3DEC_CORRUPT, "too many corrupt frames"), \ #define FILTER_ERRORS \ @@ -438,6 +439,7 @@ extern const char **para_errlist[]; PARA_ERROR(SET_RATE, "snd_pcm_hw_params_set_rate_near failed"), \ PARA_ERROR(START_THRESHOLD, "snd_pcm_sw_params_set_start_threshold() failed"), \ PARA_ERROR(STOP_THRESHOLD, "snd_pcm_sw_params_set_stop_threshold() failed"), \ + PARA_ERROR(ALSA_POLL_FDS, "could not get alsa poll fd"), \ #define WRITE_COMMON_ERRORS \