[FFmpeg-devel] [PATCH v5 03/13] avdevice/dshow: add use_video_device_timestamps to docs

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Dec 20 02:42:41 EET 2021


Diederick Niehorster:
> Signed-off-by: Diederick Niehorster <dcnieho at gmail.com>
> ---
>  doc/indevs.texi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/doc/indevs.texi b/doc/indevs.texi
> index 5be647f70a..9d8020311a 100644
> --- a/doc/indevs.texi
> +++ b/doc/indevs.texi
> @@ -625,6 +625,12 @@ Save the currently used video capture filter device and its
>  parameters (if the filter supports it) to a file.
>  If a file with the same name exists it will be overwritten.
>  
> + at item use_video_device_timestamps
> +If set to @option{false}, the timestamp for video frames will be
> +derived from the wallclock instead of the timestamp provided by
> +the capture device. This allows working around devices that
> +provide unreliable timestamps.
> +
>  @end table
>  
>  @subsection Examples
> 

Documentation for new options should be added in the same patch that
adds the option.

- Andreas


More information about the ffmpeg-devel mailing list