[MPlayer-DOCS] r38202 - in trunk: DOCS/man/en/mplayer.1 cfg-common.h stream/stream.h stream/stream_ffmpeg.c

reimar subversion at mplayerhq.hu
Sun Nov 1 17:07:49 EET 2020


Author: reimar
Date: Sun Nov  1 17:07:49 2020
New Revision: 38202

Log:
stream_ffmpeg: add -lavfstreamopts option.

Allows specifying options to ffmpeg-based streams.

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/cfg-common.h
   trunk/stream/stream.h
   trunk/stream/stream_ffmpeg.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Sun Nov  1 17:07:47 2020	(r38201)
+++ trunk/DOCS/man/en/mplayer.1	Sun Nov  1 17:07:49 2020	(r38202)
@@ -1812,6 +1812,10 @@ Skip the proxy for IPv6 addresses.
 It will still be used for IPv4 connections.
 .
 .TP
+.B \-lavfstreamopts <options>
+Specify extra options for libavformat based streams.
+.
+.TP
 .B \-loadidx <index file>
 The file from which to read the video index data saved by \-saveidx.
 This index will be used for seeking, overriding any index data


More information about the MPlayer-DOCS mailing list