summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/example.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/example.conf b/etc/example.conf
index bdd3cb56bf..800e82be4e 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -10,6 +10,9 @@
#
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.
+#
+# Profiles should be at the bottom of the config file to ensure you dont
+# put default options under profiles accidentally.
##################
@@ -19,6 +22,11 @@
# Specify vdpau codecs when using -vo vdpau.
#[vo.vdpau]
#vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
+# Most video filters do not work with vdpau.
+#vf-clr=yes
+
+# Make sure options under vo.vdpau profile are counted when vdpau is not used
+#[default]
# Specify default video driver (see -vo help for a list).
#vo=xv
@@ -102,6 +110,14 @@
# Fixes playback for apple.com/trailers redirects
#user-agent="QuickTime"
+# Pretend to be Realplayer SP
+# Fixes playback for some video streaming sites
+#user-agent=RMA/1.0
+
+# Pretend to be Winamp
+# Fixes playback of some NSV streams
+#user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
+
# Drop frames to preserve audio/video sync.
#framedrop = yes