atrac1: fix a typo

This commit is contained in:
Justin Ruggles 2011-10-14 00:30:42 -04:00
parent bff5b2c1ca
commit 96b5702efe
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ static int atrac1_decode_frame(AVCodecContext *avctx, void *data,
if (buf_size < 212 * q->channels) {
av_log(q,AV_LOG_ERROR,"Not enought data to decode!\n");
av_log(q,AV_LOG_ERROR,"Not enough data to decode!\n");
return -1;
}