From 5975cc9bbf2fcf5fe72eb0b68a8f0646dc3381c4 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 13 Aug 2003 18:56:29 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10599 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index bf08ada5aa..5457506295 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -302,7 +302,7 @@ m_option_t tvopts_conf[]={ {"width", &tv_param_width, CONF_TYPE_INT, 0, 0, 4096, NULL}, {"height", &tv_param_height, CONF_TYPE_INT, 0, 0, 4096, NULL}, {"input", &tv_param_input, CONF_TYPE_INT, 0, 0, 20, NULL}, - {"outfmt", &tv_param_outfmt, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"outfmt", &tv_param_outfmt, CONF_TYPE_IMGFMT, 0, 0, 0, NULL}, {"fps", &tv_param_fps, CONF_TYPE_FLOAT, 0, 0, 100.0, NULL}, {"channels", &tv_param_channels, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, {"brightness", &tv_param_brightness, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL}, -- cgit v1.2.3