Author: compn Date: Sat Sep 20 19:08:21 2008 New Revision: 27651 Log: typo fix spotted by diego
Modified: trunk/DOCS/man/en/mplayer.1 Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Sat Sep 20 19:08:21 2008 @@ -4482,10 +4482,10 @@ If <w> is specified lowres decoding will video is major than or equal to <w>. .RE .B o=<key>=<value>[,<key>=<value>[,...]] -Pass AVOptions to libavcodec decoder +Pass AVOptions to libavcodec decoder. Note, a patch to make the o= unneeded and pass all unknown options through the AVOption system is welcome. -A full list of AVOptions can be found in FFmpeg manual. +A full list of AVOptions can be found in the FFmpeg manual. Note that some options may conflict with MEncoder options. .sp 1 .RS @@ -7647,10 +7647,10 @@ Read the source for full details. . .TP .B o=<key>=<value>[,<key>=<value>[,...]] -Pass AVOptions to libavcodec encoder +Pass AVOptions to libavcodec encoder. Note, a patch to make the o= unneeded and pass all unknown options through the AVOption system is welcome. -A full list of AVOptions can be found in FFmpeg manual. +A full list of AVOptions can be found in the FFmpeg manual. Note that some AVOptions may conflict with MEncoder options. .sp 1 .RS @@ -10490,10 +10490,10 @@ Force a specific libavformat demuxer. . .TP .B o=<key>=<value>[,<key>=<value>[,...]] -Pass AVOptions to libavformat demuxer +Pass AVOptions to libavformat demuxer. Note, a patch to make the o= unneeded and pass all unknown options through the AVOption system is welcome. -A full list of AVOptions can be found in FFmpeg manual. +A full list of AVOptions can be found in the FFmpeg manual. Note that some options may conflict with MPlayer/MEncoder options. .sp 1 .RS @@ -10573,10 +10573,10 @@ Sometimes raising it is necessary in ord . .TP .B o=<key>=<value>[,<key>=<value>[,...]] -Pass AVOptions to libavformat muxer +Pass AVOptions to libavformat muxer. Note, a patch to make the o= unneeded and pass all unknown options through the AVOption system is welcome. -A full list of AVOptions can be found in FFmpeg manual. +A full list of AVOptions can be found in the FFmpeg manual. Note that some options may conflict with MEncoder options. .sp 1 .RS _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
