diff libmp3lame.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents 1deb3e53da27
children 87d908152cb7
line wrap: on
line diff
--- a/libmp3lame.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/libmp3lame.c	Tue Jun 12 09:29:25 2007 +0000
@@ -188,7 +188,7 @@
             s->buffer_index -= len;
 
             memmove(s->buffer, s->buffer+len, s->buffer_index);
-            //FIXME fix the audio codec API, so we dont need the memcpy()
+            //FIXME fix the audio codec API, so we do not need the memcpy()
 /*for(i=0; i<len; i++){
     av_log(avctx, AV_LOG_DEBUG, "%2X ", frame[i]);
 }*/