summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:07:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:07:10 +0000
commite962e643be41670dc52d38d9b0cfba740fe90611 (patch)
tree9c0a74cedc34a17465250ab18de165f2a3331dbb /libmpcodecs
parent6dda52e496067f528c9550e7945cd1168db38e70 (diff)
downloadmpv-e962e643be41670dc52d38d9b0cfba740fe90611.tar.bz2
mpv-e962e643be41670dc52d38d9b0cfba740fe90611.tar.xz
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
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vd.c5
1 files changed, 1 insertions, 4 deletions
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;