[MPlayer-dev-eng] [PATCH] YUV support for vo_quartz, at last

Romain Dolbeau dolbeau at irisa.fr
Fri Apr 30 10:25:46 CEST 2004


D Richard Felker III wrote:

> This should be implemented as driver suboptions: -vo quartz:uyvy.

I wanted to, and I thought that adding

#ifdef MACOSX
	// -vo quartz
	{"quartz", &quartz_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif

was the right thing to do. Obviously not :-( Only the -quartz
syntax is working (quartz_opts is of type m_option_t).

What's the proper way of adding suboptions ?

-- 
Romain Dolbeau




More information about the MPlayer-dev-eng mailing list