Module: libav Branch: master Commit: 96b5702efe62180f57ea4d4be9b60fadd7d269b0
Author: Justin Ruggles <[email protected]> Committer: Justin Ruggles <[email protected]> Date: Fri Oct 14 00:30:42 2011 -0400 atrac1: fix a typo --- libavcodec/atrac1.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c index 1ba580c..d129f10 100644 --- a/libavcodec/atrac1.c +++ b/libavcodec/atrac1.c @@ -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; } _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
