Add -stop-screensaver flag for Windows
[mplayer/kovensky.git] / cfg-mplayer-def.h
blob4f95d839e540cb73509da343d630ccbc895ffbc4
1 static char* default_config=
2 "# Default options for Kovensky's MPlayer (http://kovensky.project357.com)\n"
3 "# Manual available at http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html\n"
4 "fontconfig=1\n"
5 "embeddedfonts=1\n"
6 "ass=1\n"
7 "font=Arial\n\n"
9 "prefer-ipv4=1\n\n"
11 "# vo=directx is the default for pre-Vista OSes\n"
12 "# vo=gl:yuv=2 is the default for Vista+\n\n"
14 "# h264fast enables 'fast' only for H.264,\n"
15 "# the only codec where it doesn't look bad\n"
16 "lavdopts=h264fast=1\n\n"
18 "# Needs -vo direct3d or -vo gl\n"
19 "# Makes the DVD menu selection follow the mouse\n"
20 "mouse-movements=1\n\n"
22 "# 'direct rendering' is useless and only causes problems\n"
23 "dr=0\n\n"
25 "# Allows taking screenshots with 's'\n"
26 "vf=screenshot\n\n"
28 "# Enable colored console output\n"
29 "#msgcolor=1\n"