diff libmpcodecs/vd.c @ 31198:f9719a497f8e

cosmetics: Remove some commented-out #includes, fix a comment grammar error.
author diego
date Sat, 29 May 2010 10:07:10 +0000
parents c720f2bd4765
children 4614728cab25
line wrap: on
line diff
--- a/libmpcodecs/vd.c	Sat May 29 10:06:29 2010 +0000
+++ b/libmpcodecs/vd.c	Sat May 29 10:07:10 2010 +0000
@@ -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 @@
             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;