Mercurial > mplayer.hg
diff libmpcodecs/mp_image.c @ 37037:5ae43d2a425d
Minor spelling/grammar fixes.
| author | reimar |
|---|---|
| date | Sun, 06 Apr 2014 18:27:49 +0000 |
| parents | 72818542220d |
| children |
line wrap: on
line diff
--- a/libmpcodecs/mp_image.c Sun Apr 06 18:23:25 2014 +0000 +++ b/libmpcodecs/mp_image.c Sun Apr 06 18:27:49 2014 +0000 @@ -240,7 +240,7 @@ 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]);
