[Mplayer-cvslog] CVS: main cfg-common.h,1.106,1.107
Diego Biurrun
diego at biurrun.de
Wed Oct 29 02:48:34 CET 2003
Alex Beregszaszi writes:
> Modified Files:
> cfg-common.h
> Log Message:
> Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now
> there's no need to add new img formats to the source, instead you
> can try it out by providing it in hexa format, and if it isn't
> supported by the card, you get a nice error message. That's all.
>
> - {"outfmt", &tv_param_outfmt, CONF_TYPE_STRING, 0, 0, 0, NULL},
> + {"outfmt", &tv_param_outfmt, CONF_TYPE_IMGFMT, 0, 0, 0, NULL},
Is this man page entry still correct?
outfmt=<value>
output format of the tuner (yv12, rgb32,
rgb24, rgb16, rgb15, uyvy, yuy2, i420)
Diego
More information about the MPlayer-cvslog
mailing list