comparison faad.c @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents e25782262d7d
children ef2149182f1c
comparison
equal deleted inserted replaced
2627:bf158d23bbcc 2628:511e3afc43e1
156 #else 156 #else
157 157
158 out = s->faacDecDecode(s->faac_handle, &frame_info, (unsigned char*)buf, (unsigned long)buf_size); 158 out = s->faacDecDecode(s->faac_handle, &frame_info, (unsigned char*)buf, (unsigned long)buf_size);
159 159
160 if (frame_info.error > 0) { 160 if (frame_info.error > 0) {
161 av_log(avctx, AV_LOG_ERROR, "faac: frame decodinf failed: %s\n", 161 av_log(avctx, AV_LOG_ERROR, "faac: frame decoding failed: %s\n",
162 s->faacDecGetErrorMessage(frame_info.error)); 162 s->faacDecGetErrorMessage(frame_info.error));
163 return 0; 163 return 0;
164 } 164 }
165 165
166 frame_info.samples *= s->sample_size; 166 frame_info.samples *= s->sample_size;