[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.127,1.128
Diego Biurrun
diego at biurrun.de
Wed Jul 28 02:23:38 CEST 2004
Michael Niedermayer CVS writes:
>
> @@ -111,6 +113,8 @@
> {"vstats", &lavc_param_vstats, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> {"debug", &lavc_param_debug, CONF_TYPE_INT, CONF_RANGE, 0, 9999999, NULL},
> {"vismv", &lavc_param_vismv, CONF_TYPE_INT, CONF_RANGE, 0, 9999999, NULL},
> + {"st", &lavc_param_skip_top, CONF_TYPE_INT, CONF_RANGE, 0, 999, NULL},
> + {"sb", &lavc_param_skip_bottom, CONF_TYPE_INT, CONF_RANGE, 0, 999, NULL},
Could you please document the st, sb and vstats lavd options?
Thanks
Diego
More information about the MPlayer-cvslog
mailing list