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
This commit is contained in:
diego 2010-05-29 10:07:10 +00:00
parent 6dda52e496
commit e962e643be
1 changed files with 1 additions and 4 deletions

View File

@ -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;