]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
wma: Fix packet size calculation.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 3bfd8a96cf306bfa1c86930a7d364753dcc761fb..00b1aa77f8d657415bbaf3b34027351bca102e9d 100644 (file)
--- a/error.h
+++ b/error.h
@@ -103,7 +103,7 @@ extern const char **para_errlist[];
 
 
 #define AFH_RECV_ERRORS \
-       PARA_ERROR(AFH_RECV_BAD_FILENAME, "invalid file name"), \
+       PARA_ERROR(AFH_RECV_BAD_FILENAME, "no file name given"), \
 
 
 #define OGG_AFH_COMMON_ERRORS \
@@ -148,6 +148,7 @@ extern const char **para_errlist[];
 
 
 #define WMA_COMMON_ERRORS \
+       PARA_ERROR(BAD_ASF_FILE_PROPS, "invalid ASF file properties"), \
        PARA_ERROR(WMA_NO_GUID, "audio stream guid not found"), \