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 #