From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/doc/ffmpeg-devices.texi | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'ffmpeg/doc/ffmpeg-devices.texi') diff --git a/ffmpeg/doc/ffmpeg-devices.texi b/ffmpeg/doc/ffmpeg-devices.texi index 9e004d5..b44bd72 100644 --- a/ffmpeg/doc/ffmpeg-devices.texi +++ b/ffmpeg/doc/ffmpeg-devices.texi @@ -17,27 +17,7 @@ libavdevice library. @c man end DESCRIPTION -@chapter Device Options -@c man begin DEVICE OPTIONS - -The libavdevice library provides the same interface as -libavformat. Namely, an input device is considered like a demuxer, and -an output device like a muxer, and the interface and generic device -options are the same provided by libavformat (see the ffmpeg-formats -manual). - -In addition each input or output device may support so-called private -options, which are specific for that component. - -Options may be set by specifying -@var{option} @var{value} in the -FFmpeg tools, or by setting the value explicitly in the device -@code{AVFormatContext} options or using the @file{libavutil/opt.h} API -for programmatic use. - -@c man end DEVICE OPTIONS - -@include indevs.texi -@include outdevs.texi +@include devices.texi @chapter See Also -- cgit v1.2.3