]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
The ogg/opus tagger.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 31426b04839e829a7594f6127cf48ec0603a56ac..eb8d659b6c0f3ef6876f26c9ca4031a1d5feeaf4 100644 (file)
--- a/error.h
+++ b/error.h
@@ -105,9 +105,11 @@ extern const char **para_errlist[];
 
 
 #define OGG_AFH_COMMON_ERRORS \
-       PARA_ERROR(STREAM_PACKETOUT, "ogg stream packet-out error (first packet)"), \
+       PARA_ERROR(STREAM_PACKETOUT, "ogg stream packet-out error"), \
+       PARA_ERROR(STREAM_PACKETIN, "ogg stream packet-in error"), \
        PARA_ERROR(SYNC_PAGEOUT, "ogg sync page-out error (no ogg file?)"), \
-       PARA_ERROR(STREAM_PAGEIN, "ogg stream page-in error (first page)"), \
+       PARA_ERROR(STREAM_PAGEIN, "ogg stream page-in error"), \
+       PARA_ERROR(STREAM_PAGEOUT, "ogg stream page-out error"), \
        PARA_ERROR(OGG_SYNC, "internal ogg storage overflow"), \
        PARA_ERROR(OGG_EMPTY, "no ogg pages found"), \