mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
atrac1: fix a typo
This commit is contained in:
parent
bff5b2c1ca
commit
96b5702efe
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user