Mercurial > mplayer.hg
diff libmpcodecs/vd_libmpeg2.c @ 25962:afa125da85cf
typo fix: inited --> initialized
| author | diego |
|---|---|
| date | Thu, 14 Feb 2008 14:23:55 +0000 |
| parents | b3726f27695f |
| children | e3be2de66969 |
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c Wed Feb 13 21:36:27 2008 +0000 +++ b/libmpcodecs/vd_libmpeg2.c Thu Feb 14 14:23:55 2008 +0000 @@ -173,7 +173,7 @@ pw = info->sequence->display_width * info->sequence->pixel_width; ph = info->sequence->display_height * info->sequence->pixel_height; if(ph) sh->aspect = (float) pw / (float) ph; - // video parameters inited/changed, (re)init libvo: + // video parameters initialized/changed, (re)init libvo: if (info->sequence->width >> 1 == info->sequence->chroma_width && info->sequence->height >> 1 == info->sequence->chroma_height) { if(!mpcodecs_config_vo(sh,
