[FFmpeg-devel] [PATCH] doc/formats: Add documentation for skip_estimate_duration_from_pts
mypopy at gmail.com
mypopy at gmail.com
Wed Jul 25 02:37:41 EEST 2018
On Wed, Jul 25, 2018 at 6:50 AM Michael Niedermayer
<michael at niedermayer.cc> wrote:
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
> doc/formats.texi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/formats.texi b/doc/formats.texi
> index a97d61063a..738a4bb6e2 100644
> --- a/doc/formats.texi
> +++ b/doc/formats.texi
> @@ -220,6 +220,9 @@ ffprobe -dump_separator "
> @item max_streams @var{integer} (@emph{input})
> Specifies the maximum number of streams. This can be used to reject files that
> would require too many resources due to a large number of streams.
> +
> + at item skip_estimate_duration_from_pts @var{bool} (@emph{input})
> +skip duration calculation from pts.
> @end table
>
> @c man end FORMAT OPTIONS
> --
LGTM
More information about the ffmpeg-devel
mailing list