Document -lavcopts o, aka libavcodec AVOption.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27466 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2008-08-15 11:40:01 +00:00
parent 5c30ab6feb
commit a42593f347
1 changed files with 15 additions and 0 deletions

View File

@ -7629,6 +7629,21 @@ Read the source for full details.
.PD 1
.
.TP
.B o=<key>=<value>[,<key>=<value>[,...]]
Pass AVOptions to libavcodec
Note, a patch to make the o= unneeded and pass all unknown options through
the AVOption system is welcome.
.sp 1
.RS
.I EXAMPLE:
.RE
.RSs
.PD 0
.IPs o=bt=100k
.PD 1
.RE
.
.TP
.B acodec=<value>
audio codec (default: mp2)
.PD 0