Mercurial > mplayer.hg
diff libmpcodecs/ve_libdv.c @ 11261:835822ce4bb1
-vop ---> -vf
author | diego |
---|---|
date | Sat, 25 Oct 2003 18:44:41 +0000 |
parents | c671e9adbe22 |
children | 30507afa1cf6 |
line wrap: on
line diff
--- a/libmpcodecs/ve_libdv.c Sat Oct 25 12:42:24 2003 +0000 +++ b/libmpcodecs/ve_libdv.c Sat Oct 25 18:44:41 2003 +0000 @@ -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);