The ogg/vorbis tagger.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index eb8d659b6c0f3ef6876f26c9ca4031a1d5feeaf4..17c4a293d3236d2cf025a88d8b128c406a4411f4 100644 (file)
--- a/error.h
+++ b/error.h
@@ -421,6 +421,7 @@ extern const char **para_errlist[];
 
 #define OGG_AFH_ERRORS \
        PARA_ERROR(VORBIS, "vorbis synthesis header-in error (not vorbis?)"), \
+       PARA_ERROR(VORBIS_COMMENTHEADER, "could not create vorbis comment header"), \
        PARA_ERROR(OGG_PACKET_IN, "ogg_stream_packetin() failed"), \
        PARA_ERROR(OGG_STREAM_FLUSH, "ogg_stream_flush() failed"), \