Skip to content

Commit fd64003

Browse files
committed
encoding-example-profiles: fix "oac" typo
Fixes issue mpv-player#10.
1 parent 73900ca commit fd64003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/encoding-example-profiles.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ ovcopts = qscale=4
8181

8282
[enc-v-vp8]
8383
profile-desc = "VP8 (libvpx)"
84-
oac = libvpx
85-
oacopts = qmin=4,b=10000000k # ought to be enough for anyone; for CBR use, set b=; for VBR use, set qmin= to quality
84+
ovc = libvpx
85+
ovcopts = qmin=4,b=10000000k # ought to be enough for anyone; for CBR use, set b=; for VBR use, set qmin= to quality
8686

8787
###########
8888
# formats #

0 commit comments

Comments
 (0)