[MPlayer-cvslog] r31260 - trunk/libmpcodecs/vd.c
diego
subversion at mplayerhq.hu
Sat May 29 12:07:11 CEST 2010
Author: diego
Date: Sat May 29 12:07:10 2010
New Revision: 31260
Log:
cosmetics: Remove some commented-out #includes, fix a comment grammar error.
Modified:
trunk/libmpcodecs/vd.c
Modified: trunk/libmpcodecs/vd.c
==============================================================================
--- trunk/libmpcodecs/vd.c Sat May 29 12:06:29 2010 (r31259)
+++ trunk/libmpcodecs/vd.c Sat May 29 12:07:10 2010 (r31260)
@@ -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, i
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;
More information about the MPlayer-cvslog
mailing list