X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;fp=error.h;h=40081b6b3551712f051ed3ecc4d1ca40ebf2d4f8;hb=84c7e6c683280d39a41155cc402f0ff2eafc7a0a;hp=a4fe78a5c2878f8ba9ba8c71abfcf5171f7f2636;hpb=5ed19fbaa7145db070142c288ec5eb184d36dbc5;p=paraslash.git diff --git a/error.h b/error.h index a4fe78a5..40081b6b 100644 --- a/error.h +++ b/error.h @@ -139,7 +139,6 @@ PARA_ERROR(MP3_INFO, "could not read mp3 info"), \ PARA_ERROR(MP4_READ, "mp4: read error or unexpected end of file"), \ PARA_ERROR(MP4_CORRUPT, "invalid/corrupt mp4 file"), \ - PARA_ERROR(MP4_BAD_CHANNEL_COUNT, "mp4: invalid number of channels"), \ 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"), \