]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
para_play: simplify play_pcm(), add E_PLAY_OVERRUN, E_PREMATURE_END
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 583d2ce510bc3b3a7f617e35daf2e44a5c972de1..880df55bdc43254e05b20215edf6b86cfdf740bf 100644 (file)
--- a/error.h
+++ b/error.h
@@ -301,6 +301,8 @@ extern const char **para_errlist[];
        PARA_ERROR(READ_HDR, "failed to read audio file header"), \
        PARA_ERROR(READ_STDIN, "failed to read from stdin"), \
        PARA_ERROR(PLAY_SYNTAX, "syntax error"), \
+       PARA_ERROR(PLAY_OVERRUN, "buffer overrun"), \
+       PARA_ERROR(PREMATURE_END, "premature end of audio file"), \
        PARA_ERROR(BROKEN_CONF, "Broken alsa configuration"), \
        PARA_ERROR(ACCESS_TYPE, "alsa access type not available"), \
        PARA_ERROR(SAMPLE_FORMAT, "sample format not available"), \