[FFmpeg-cvslog] atrac1: fix a typo

Justin Ruggles git at videolan.org
Sun Oct 30 02:04:14 CEST 2011


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Fri Oct 14 00:30:42 2011 -0400| [96b5702efe62180f57ea4d4be9b60fadd7d269b0] | committer: Justin Ruggles

atrac1: fix a typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96b5702efe62180f57ea4d4be9b60fadd7d269b0
---

 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;
     }
 



More information about the ffmpeg-cvslog mailing list