[FFmpeg-devel] [PATCH] doc/demuxers: Document enable_drefs and use_absolute_path

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Thu Jan 21 00:20:56 CET 2016


On 20.01.2016 16:49, Michael Niedermayer wrote:
> From: Michael Niedermayer <michael at niedermayer.cc>
> 
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  doc/demuxers.texi |   17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/doc/demuxers.texi b/doc/demuxers.texi
> index fb1e4fb..464f98d 100644
> --- a/doc/demuxers.texi
> +++ b/doc/demuxers.texi
> @@ -424,6 +424,23 @@ ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
>  @end example
>  @end itemize
>  
> + at section mov/mp4/3gp/Quicktme
> +
> +Quicktime / MP4 demuxer.
> +
> +This demuxer accepts the following options:
> + at table @option
> + at item enable_drefs
> +Enable loading of external tracks, disabled by default.
> +Enabling this can theoretically leak information in some use cases.
> +
> + at item use_absolute_path
> +Allows loading of external tracks via absolute pathes, disabled by default.
                                                      ^
This should be 'paths'.

> +Enabling this poses a security risk. It should only be enabled if the source
> +is known to be non mallicious.

Only one 'l' in malicious.

> +
> + at end table
> +
>  @section mpegts
>  
>  MPEG-2 transport stream demuxer.
> 

Otherwise OK.

Best regards,
Andreas


More information about the ffmpeg-devel mailing list