[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.130,1.131
Diego Biurrun
diego at biurrun.de
Mon Sep 6 01:44:30 CEST 2004
Michael Niedermayer CVS writes:
>
> --- vd_ffmpeg.c 29 Aug 2004 13:52:19 -0000 1.130
> +++ vd_ffmpeg.c 2 Sep 2004 16:52:13 -0000 1.131
> @@ -120,6 +121,9 @@
> {"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},
> +#ifdef CODEC_FLAG2_FAST
> + {"fast", &lavc_param_fast, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG2_FAST, NULL},
> +#endif
Guess what I am going to say ;-)
I could commit the following
fast
Enable optimizations that do not comply to the specification.
but this is quite terse. Maybe you could outline with a bit more
detail what gets enabled. Besides I don't know what the #ifdef means,
this option should probably be labelled (XXX only).
Diego
More information about the MPlayer-cvslog
mailing list