X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=671d0612a972ed777b55b30cadf5fd18dbd07ce6;hb=142635c8ad8d98f00247cb1c477c036efdb8a088;hp=c69a192ef694ace681aeac1232e9e196ba27aaef;hpb=30ce255fc5db519c06240951c1a36956ade789fc;p=paraslash.git diff --git a/error.h b/error.h index c69a192e..671d0612 100644 --- a/error.h +++ b/error.h @@ -141,10 +141,10 @@ PARA_ERROR(MP4_BAD_SAMPLE, "mp4: invalid sample number"), \ PARA_ERROR(MP4_BAD_SAMPLERATE, "mp4: invalid sample rate"), \ PARA_ERROR(MP4_BAD_SAMPLE_COUNT, "mp4: invalid number of samples"), \ - PARA_ERROR(MP4_META_READ, "mp4: could not read mp4 metadata"), \ PARA_ERROR(MP4_META_WRITE, "mp4: could not update mp4 metadata"), \ PARA_ERROR(MP4_OPEN, "mp4: open failed"), \ PARA_ERROR(MP4_TRACK, "mp4: no audio track"), \ + PARA_ERROR(MP4_MISSING_ATOM, "mp4: essential atom not found"), \ PARA_ERROR(MPI_SCAN, "could not scan multi-precision integer"), \ PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \ PARA_ERROR(NO_AFHI, "audio format handler info required"), \