mirror of https://github.com/mpv-player/mpv
etc/example.conf: minor adjustments
This commit is contained in:
parent
07fe0412d9
commit
014c0fb997
|
@ -60,7 +60,8 @@
|
|||
# other settings #
|
||||
##################
|
||||
|
||||
# Pretend to be a web browser. Might fix playback with some streaming sites.
|
||||
# Pretend to be a web browser. Might fix playback with some streaming sites,
|
||||
# but also will break with shoutcast streams.
|
||||
#user-agent="Mozilla/5.0"
|
||||
|
||||
# cache settings
|
||||
|
@ -105,7 +106,7 @@
|
|||
#vo=vdpau
|
||||
# Use hardware decoding (this might break playback of some h264 files)
|
||||
#hwdec=vdpau
|
||||
# Most video filters do not work with vdpau.
|
||||
# Most video filters do not work with hardware decoding.
|
||||
#vf-clr=yes
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue