Author: diego Date: Tue Feb 10 16:34:44 2009 New Revision: 28520 Log: Add priority support for OS/2 and factorize the Windows priority support. patch by KO Myung-Hun, komh chollian net
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Added: trunk/osdep/priority.c trunk/osdep/priority.h Modified: trunk/Makefile trunk/cfg-common-opts.h trunk/cfg-common.h trunk/configure trunk/mencoder.c trunk/mplayer.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Tue Feb 10 03:01:35 2009 (r28519) +++ trunk/DOCS/man/en/mplayer.1 Tue Feb 10 16:34:44 2009 (r28520) @@ -732,9 +732,9 @@ Particularly useful on slow terminals or handle carriage return (i.e.\& \\r). . .TP -.B \-priority <prio> (Windows only) +.B \-priority <prio> (Windows and OS/2 only) Set process priority for MPlayer according to the predefined -priorities available under Windows. +priorities available under Windows and OS/2. Possible values of <prio>: .RSs idle|belownormal|normal|abovenormal|high|realtime _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
