From e962e643be41670dc52d38d9b0cfba740fe90611 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 29 May 2010 10:07:10 +0000 Subject: cosmetics: Remove some commented-out #includes, fix a comment grammar error. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31260 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libmpcodecs/vd.c') diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index 2aaeb65f65..ea6b6b289e 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -25,7 +25,6 @@ #include "help_mp.h" #include "codec-cfg.h" -//#include "mp_image.h" #include "img_format.h" @@ -37,8 +36,6 @@ #include "vd.h" #include "vf.h" -//#include "vd_internal.h" - extern const vd_functions_t mpcodecs_vd_null; extern const vd_functions_t mpcodecs_vd_ffmpeg; extern const vd_functions_t mpcodecs_vd_theora; @@ -237,7 +234,7 @@ int mpcodecs_config_vo(sh_video_t *sh, int w, int h, goto csp_again; } else { // sws failed, if the last filter (vf_vo) support MPEGPES try to append vf_lavc vf_instance_t *vo, *vp = NULL, *ve, *vpp = NULL; - // Remove the scale filter if we added it ourself + // Remove the scale filter if we added it ourselves if (vf == sc) { ve = vf; vf = vf->next; -- cgit v1.2.3