[MPlayer-dev-eng] [PATCH] Show OSD status when cicling with 'o'

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Jun 16 11:27:59 CEST 2005


Hi,
On Thu, Jun 16, 2005 at 11:07:30AM +0200, Paul TT wrote:
> in this situation i'm in slave mode, right. so maybe is more correct to test slave_mode?
> or am i wrong????
Not really beautiful either IMHO. Some people use slave mode even
without using a full external gui, but only to do some kind of
remote-controlling. I don't really like it when MPlayer behaves
differently then.
Also in theory it would be possible to make a GUI without using -slave,
by sending key commands. And last but not least MPlayer sends commands
internally as well. Changing the OSD state is (currently?) not among
those, but still.
Even if (v < 0) is too general IMHO, I'd say make it if (v == -1)
instead, like that anyone can get the old behaviour by assigning
osd -2
to the o key. Or do if (v == -2), then everyone who wants this feature
has to explicitly enable it.
Btw. is it neccessary to set osd_changed every time? Would be better to
avoid it for performance reasons, at least vo_gl can save itself some
work then...

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list