summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-15 02:13:51 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-15 02:13:51 +0000
commit8448c911533acaf60aeb3d2780c32c015d13f0c4 (patch)
tree491f8943a184e8d4c74e7877d5f42750d61a9543 /etc
parent69171f86e27b2e4c4498600a1f0887d165c20b1b (diff)
downloadmpv-8448c911533acaf60aeb3d2780c32c015d13f0c4.tar.bz2
mpv-8448c911533acaf60aeb3d2780c32c015d13f0c4.tar.xz
add spdif example from beandog
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30041 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/example.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/example.conf b/etc/example.conf
index 97b4d91b7c..bdd3cb56bf 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -86,6 +86,9 @@
# Resample the sound to 44100Hz with the lavcresample audio filter.
#af=lavcresample=44100
+# Output audio to S/PDIF
+#ao=alsa:device=spdif
+#ac=hwac3,hwdts,hwmpa,
##################
# other settings #