comparison nellymoserdec.c @ 11879:554ee9fa2840 libavcodec

nellymoserdec: Increase the log level of messages when failing to decode data
author mstorsjo
date Mon, 14 Jun 2010 14:09:00 +0000
parents 47885d4aeaaa
children
comparison
equal deleted inserted replaced
11878:47885d4aeaaa 11879:554ee9fa2840
165 165
166 if (buf_size < avctx->block_align) 166 if (buf_size < avctx->block_align)
167 return buf_size; 167 return buf_size;
168 168
169 if (buf_size % 64) { 169 if (buf_size % 64) {
170 av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size); 170 av_log(avctx, AV_LOG_ERROR, "Tag size %d.\n", buf_size);
171 return buf_size; 171 return buf_size;
172 } 172 }
173 blocks = buf_size / 64; 173 blocks = buf_size / 64;
174 /* Normal numbers of blocks for sample rates: 174 /* Normal numbers of blocks for sample rates:
175 * 8000 Hz - 1 175 * 8000 Hz - 1