[MPlayer-cvslog] r37133 - trunk/libmpcodecs/mp_image.c
    reimar 
    subversion at mplayerhq.hu
       
    Sun Apr  6 20:27:49 CEST 2014
    
    
  
Author: reimar
Date: Sun Apr  6 20:27:49 2014
New Revision: 37133
Log:
Minor spelling/grammar fixes.
Modified:
   trunk/libmpcodecs/mp_image.c
Modified: trunk/libmpcodecs/mp_image.c
==============================================================================
--- trunk/libmpcodecs/mp_image.c	Sun Apr  6 20:23:25 2014	(r37132)
+++ trunk/libmpcodecs/mp_image.c	Sun Apr  6 20:27:49 2014	(r37133)
@@ -240,7 +240,7 @@ mp_image_t* new_mp_image(int w,int h){
 void free_mp_image(mp_image_t* mpi){
     if(!mpi) return;
     if(mpi->flags&MP_IMGFLAG_ALLOCATED){
-        /* becouse we allocate the whole image in once */
+        /* because we allocate the whole image at once */
         av_free(mpi->planes[0]);
         if (mpi->flags & MP_IMGFLAG_RGB_PALETTE)
             av_free(mpi->planes[1]);
    
    
More information about the MPlayer-cvslog
mailing list