[FFmpeg-devel] [PATCH] lavd/avfoundation: Update documentation to mention audio capabilities.

Lou Logan lou at lrcd.com
Thu Nov 6 19:53:49 CET 2014


On Thu, 06 Nov 2014 16:27:20 +0100, Thilo Borgmann wrote:

> From 934d2322dd2355a499f4d429c46c80eb7ca70463 Mon Sep 17 00:00:00 2001
> From: Thilo Borgmann <thilo.borgmann at mail.de>
> Date: Thu, 6 Nov 2014 16:25:23 +0100
> Subject: [PATCH] lavd/avfoundation: Update documentation to mention audio
>  capabilities.
> 
> ---
>  doc/indevs.texi | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/doc/indevs.texi b/doc/indevs.texi
> index 99e1112..4ee4089 100644
> --- a/doc/indevs.texi
> +++ b/doc/indevs.texi
> @@ -58,8 +58,9 @@ AVFoundation input device.
>  AVFoundation is the currently recommended framework by Apple for streamgrabbing on OSX >= 10.7 as well as on iOS.
>  The older QTKit framework has been marked deprecated since OSX version 10.7.
>  
> -The filename passed as input is parsed to contain either a device name or index.
> -The device index can also be given by using -video_device_index.
> +The filename passed as input is parsed to contain two input streams seperated by ":".
> +The stream can either be specified by the device name or the index.
> +The device index can also be given by using -video_device_index and/or -audio_device_index, respectively.

Nit: Use @option or @code for option names: @option{-video_device_index}

option is more "accurate", but code is what we usually have used, IIRC.
Either if fine in my opinion since we aren't consistent in the docs,
but they do look different in the rendered output.

Otherwise, LGTM.


More information about the ffmpeg-devel mailing list