[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.214,1.215
D Richard Felker III
dalias at aerifal.cx
Fri Mar 12 18:19:29 CET 2004
On Fri, Mar 12, 2004 at 03:29:42AM +0100, Diego Biurrun wrote:
> Sascha Sommer CVS writes:
> > Modified Files:
> > cfg-mplayer.h
> > Log Message:
> > adapter selection patch by Rune <runner at mail.tele.dk> +first
> > attempt to implement 2 window fullscreenswitching by me
> >
> > --- cfg-mplayer.h 5 Feb 2004 17:08:55 -0000 1.214
> > +++ cfg-mplayer.h 29 Feb 2004 20:33:07 -0000 1.215
> > -
> > +
>
> You've added a spurious tab here, btw..
>
> > +#ifdef HAVE_DIRECTX
> > + {"adapter", &adapter_num, CONF_TYPE_INT, CONF_RANGE, 0, 5, NULL},
> > + {"refreshrate",&refresh_rate,CONF_TYPE_INT,CONF_RANGE, 0,100, NULL},
> > +#endif
>
> This is bad syntax IMNSHO. VO specific stuff should not be
> implemented as a global option, but as a suboption of the vo driver.
> This is current MPlayer policy AFAICT.
>
> mplayer -vo directx:1:75 movie.nut
>
> would be so much better than
>
> mplayer -vo directx -adapter 1 -refreshrate 75 movie.mkv
ROTFL! :)) Was the change in filename intentional? :))
Rich
More information about the MPlayer-cvslog
mailing list