wok-current annotate mplayer/stuff/mplayer.conf @ rev 17542
Add lzham_codec
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 27 15:44:44 2015 +0100 (2015-01-27) |
parents | 11021a6d576e |
children | bb3ad5d937fc |
rev | line source |
---|---|
pankso@1076 | 1 # /etc/mplayer/mplayer.conf: MPlayer default configuration for SliTaz. |
pankso@1076 | 2 # For more info and examples, please see: /etc/mplayer/example.conf |
pankso@1076 | 3 # |
pankso@1076 | 4 |
pankso@1076 | 5 # Specify default video driver (see -vo help for a list). |
psychomaniak@16974 | 6 vo=xv,x11,fbdev2 |
pascal@1138 | 7 |
pascal@1138 | 8 # Specify default audio driver (see -ao help for a list). |
psychomaniak@16974 | 9 ao=alsa:device=hw=0.0,alsa |
pascal@1138 | 10 |
psychomaniak@16974 | 11 stop-xscreensaver="1" |
psychomaniak@16974 | 12 heartbeat-cmd='echo -n ""' |
psychomaniak@16974 | 13 |