diff audioconvert.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents c8c591fe26f8
children 2b72f9bc4f06
line wrap: on
line diff
--- a/audioconvert.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/audioconvert.c	Tue Jun 12 09:29:25 2007 +0000
@@ -54,8 +54,8 @@
     }while(po < end);\
 }
 
-//FIXME put things below under ifdefs so we dont waste space for cases no codec will need
-//FIXME rounding and cliping ?
+//FIXME put things below under ifdefs so we do not waste space for cases no codec will need
+//FIXME rounding and clipping ?
 
              CONV(SAMPLE_FMT_U8 , uint8_t, SAMPLE_FMT_U8 ,  *(uint8_t*)pi)
         else CONV(SAMPLE_FMT_S16, int16_t, SAMPLE_FMT_U8 , (*(uint8_t*)pi - 0x80)<<8)