summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-12-28 11:21:35 +0100
committerRudolf Polzer <divverent@xonotic.org>2012-12-28 11:21:35 +0100
commitfd64003c2a82943689735da370b18cf3624e9ab0 (patch)
treef585c999822d6dd6a89ab3a647df811ea83de512 /etc
parent73900ca1c3eb04516cfd1dd628a1fc2d65ff65b7 (diff)
downloadmpv-fd64003c2a82943689735da370b18cf3624e9ab0.tar.bz2
mpv-fd64003c2a82943689735da370b18cf3624e9ab0.tar.xz
encoding-example-profiles: fix "oac" typo
Fixes issue #10.
Diffstat (limited to 'etc')
-rw-r--r--etc/encoding-example-profiles.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf
index 9c2b1da27d..6a688f4539 100644
--- a/etc/encoding-example-profiles.conf
+++ b/etc/encoding-example-profiles.conf
@@ -81,8 +81,8 @@ ovcopts = qscale=4
[enc-v-vp8]
profile-desc = "VP8 (libvpx)"
-oac = libvpx
-oacopts = qmin=4,b=10000000k # ought to be enough for anyone; for CBR use, set b=; for VBR use, set qmin= to quality
+ovc = libvpx
+ovcopts = qmin=4,b=10000000k # ought to be enough for anyone; for CBR use, set b=; for VBR use, set qmin= to quality
###########
# formats #