X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=e56f482bac257715491c81eb9a3aa6aac2ff88ed;hp=899c574b315cd9e8ee7356eb29c1828e1dd6ae04;hb=b6b571e6c6fb52207b11fc7833b272ec8cfa28bf;hpb=234647bb5139513bdf36c1afec46f5c43ba27adc diff --git a/error.h b/error.h index 899c574b..e56f482b 100644 --- a/error.h +++ b/error.h @@ -150,6 +150,9 @@ PARA_ERROR(MP3DEC_EOF, "mp3dec: end of file"), \ PARA_ERROR(MP3_INFO, "could not read mp3 info"), \ PARA_ERROR(MP4ASC, "audio spec config error"), \ + PARA_ERROR(MP4FF_BAD_SAMPLE, "mp4ff: invalid sample number"), \ + PARA_ERROR(MP4FF_OPEN, "mp4ff: open failed"), \ + PARA_ERROR(MP4FF_TRACK, "mp4fF: no audio track"), \ PARA_ERROR(MP4V2, "mp4v2 library error"), \ PARA_ERROR(MPI_PRINT, "could not convert multi-precision integer"), \ PARA_ERROR(MPI_SCAN, "could not scan multi-precision integer"), \