[Mplayer-cvslog] CVS: main m_option.c,1.17,1.18
D Richard Felker III
dalias at aerifal.cx
Thu Aug 14 01:50:19 CEST 2003
On Wed, Aug 13, 2003 at 08:33:30PM +0200, Alex Beregszaszi wrote:
> Hi,
>
> > Modified Files:
> > m_option.c
> > Log Message:
> > CONF_TYPE_IMGFMT now supports 0xffffffff (hexa)-style fourccs too
> A working example:
> -vf format=fmt=help -- lists the available (builtin) format strings
> -vf format=fmt=yv12 -- uses the string parsing
> -vf format=fmt=0x13371337 -- uses the hexa parsing
Remember -vop pp=help and how brain damaged that was, doing exit()
from filter and leaving console unusable?? -vf/-vop should NOT be used
for getting help on filters. If we want such a feature, it should be
-vfhelp filtername or something...
> Use the power of the new config system! :)
And the brokenness...
Rich
More information about the MPlayer-cvslog
mailing list