Skip to content
Snippets Groups Projects
Commit 96b5702e authored by Justin Ruggles's avatar Justin Ruggles
Browse files

atrac1: fix a typo

parent bff5b2c1
No related branches found
No related tags found
No related merge requests found
...@@ -282,7 +282,7 @@ static int atrac1_decode_frame(AVCodecContext *avctx, void *data, ...@@ -282,7 +282,7 @@ static int atrac1_decode_frame(AVCodecContext *avctx, void *data,
if (buf_size < 212 * q->channels) { 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; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment