[MPlayer-dev-eng] [PATCH] support run command with specific osd_level

Ulion ulion2002 at gmail.com
Wed Jan 30 08:21:40 CET 2008


2008/1/28, Ulion <ulion2002 at gmail.com>:
> Hello,
>
> Here's patches make it possible to run command with specific
> osd_level, i.g. 'osd_level 0 seek 100' will run command 'seek 100'
> with osd disabled only for osd msgs and progress bar generated by this
> command. also, 'osd_level 3 seek 100' will display osd msgs and
> progress bar generated by command 'seek 100' in osd_level 3, that
> means it will display the progress bar and time position info for one
> second nomatter what the current osd_level value is.
>
> Attached patches;
> patch 1: move osd macro definations and osd function from mp_core.h
> into a new header file mp_osd.h
> patch 2: support run command with specific osd level, need apply patch 1 first.
> patch 3: patch for MPlayer OSX to turn off osd only for specific commands.
>
> If there's no objection, I will apply patch 1 tomorrow, apply patch 2 in 2 days.

Patch 1 commitel.


-- 
Ulion



More information about the MPlayer-dev-eng mailing list