summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-15 11:40:01 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-15 11:40:01 +0000
commita42593f347350d47b9fe8d6779d3dfa39e295c61 (patch)
treefa147a7937698307841e46e682f3b6721042e448 /DOCS/man
parent5c30ab6feb1d78a673ba8c1a155b221fad60a8b4 (diff)
downloadmpv-a42593f347350d47b9fe8d6779d3dfa39e295c61.tar.bz2
mpv-a42593f347350d47b9fe8d6779d3dfa39e295c61.tar.xz
Document -lavcopts o, aka libavcodec AVOption.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27466 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mplayer.115
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