diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-15 11:40:01 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-15 11:40:01 +0000 |
commit | a42593f347350d47b9fe8d6779d3dfa39e295c61 (patch) | |
tree | fa147a7937698307841e46e682f3b6721042e448 | |
parent | 5c30ab6feb1d78a673ba8c1a155b221fad60a8b4 (diff) |
Document -lavcopts o, aka libavcodec AVOption.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27466 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 7e06545b80..7396616252 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -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 |