encoding-example-profiles: fix "oac" typo

Fixes issue #10.
This commit is contained in:
Rudolf Polzer 2012-12-28 11:21:35 +01:00
parent 73900ca1c3
commit fd64003c2a
1 changed files with 2 additions and 2 deletions

View File

@ -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 #