X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=90a2fc9e32f2776ae281694a92a87fb0a5a55cdc;hb=30e8f0c610f0f3279475197e70e3be62af5cfcc9;hp=697b545af27b3087970ea846b8dad89cfa137307;hpb=63b46b233e069604bd66950ff7c4c827f3b2f7a6;p=paraslash.git diff --git a/error.h b/error.h index 697b545a..90a2fc9e 100644 --- a/error.h +++ b/error.h @@ -408,7 +408,10 @@ extern const char **para_errlist[]; PARA_ERROR(MP3_INFO, "could not read mp3 info"), \ PARA_ERROR(HEADER_FREQ, "invalid header frequency"), \ PARA_ERROR(HEADER_BITRATE, "invalid header bitrate"), \ - + PARA_ERROR(ID3_DETACH, "could not detach id3 frame"), \ + PARA_ERROR(ID3_ATTACH, "could not atttach id3 frame"), \ + PARA_ERROR(ID3_SETENCODING, "could not set id3 text encoding field"), \ + PARA_ERROR(ID3_SETSTRING, "could not set id3 string field"), \ #define AAC_AFH_ERRORS \ PARA_ERROR(STSZ, "did not find stcz atom"), \