[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.71,1.72 ve_libdv.c,1.7,1.8 vf_cropdetect.c,1.7,1.8 vf_rectangle.c,1.8,1.9
Diego Biurrun CVS
diego at mplayerhq.hu
Sat Oct 25 20:38:23 CEST 2003
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv29788/libmpcodecs
Modified Files:
vd.c ve_libdv.c vf_cropdetect.c vf_rectangle.c
Log Message:
-vop ---> -vf
Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- vd.c 28 Aug 2003 21:23:01 -0000 1.71
+++ vd.c 25 Oct 2003 18:37:34 -0000 1.72
@@ -218,7 +218,7 @@
goto csp_again;
} else
if(palette==1){
- mp_msg(MSGT_DECVIDEO,MSGL_V,"vd: Trying -vop palette...\n");
+ mp_msg(MSGT_DECVIDEO,MSGL_V,"vd: Trying -vf palette...\n");
palette=-1;
vf=vf_open_filter(vf,"palette",NULL);
goto csp_again;
Index: ve_libdv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_libdv.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ve_libdv.c 19 Jan 2003 01:48:52 -0000 1.7
+++ ve_libdv.c 25 Oct 2003 18:37:34 -0000 1.8
@@ -43,7 +43,7 @@
unsigned int flags, unsigned int outfmt){
if(width!=DV_WIDTH || (height!=DV_PAL_HEIGHT && height!=DV_NTSC_HEIGHT)){
- mp_msg(MSGT_VFILTER,MSGL_ERR,"DV: only 720x480 (NTSC) and 720x576 (PAL) resolutions allowed! try with -vop scale=720:480\n");
+ mp_msg(MSGT_VFILTER,MSGL_ERR,"DV: only 720x480 (NTSC) and 720x576 (PAL) resolutions allowed! Try with -vf scale=720:480\n");
}
vf->priv->enc->isPAL=(height==DV_PAL_HEIGHT);
Index: vf_cropdetect.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_cropdetect.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vf_cropdetect.c 15 Mar 2003 18:01:02 -0000 1.7
+++ vf_cropdetect.c 25 Oct 2003 18:37:34 -0000 1.8
@@ -106,7 +106,7 @@
x=(vf->priv->x1+1)&(~1);
y=(vf->priv->y1+1)&(~1);
- printf("crop area: X: %d..%d Y: %d..%d (-vop crop=%d:%d:%d:%d)\n",
+ printf("crop area: X: %d..%d Y: %d..%d (-vf crop=%d:%d:%d:%d)\n",
vf->priv->x1,vf->priv->x2,
vf->priv->y1,vf->priv->y2,
(vf->priv->x2+1-x)&(~1),(vf->priv->y2+1-y)&(~1),x,y
Index: vf_rectangle.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_rectangle.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vf_rectangle.c 15 Mar 2003 18:01:02 -0000 1.8
+++ vf_rectangle.c 25 Oct 2003 18:37:34 -0000 1.9
@@ -85,7 +85,7 @@
/* Draw the rectangle */
- mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vop rectangle=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
+ mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vf rectangle=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
if (vf->priv->x < 0)
x = 0;
More information about the MPlayer-cvslog
mailing list