[FFmpeg-cvslog] doc: move ffmpeg-devices.texi content to separated file

Stefano Sabatini git at videolan.org
Fri Apr 5 10:16:57 CEST 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Mar 19 20:02:16 2013 +0100| [a7990287aa653e2e296246c52dbd8f0d600c71aa] | committer: Stefano Sabatini

doc: move ffmpeg-devices.texi content to separated file

This should simplify inclusion in monolithic tool manuals.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7990287aa653e2e296246c52dbd8f0d600c71aa
---

 doc/devices.texi        |   21 +++++++++++++++++++++
 doc/ffmpeg-devices.texi |   22 +---------------------
 2 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/doc/devices.texi b/doc/devices.texi
new file mode 100644
index 0000000..8f8b22a
--- /dev/null
+++ b/doc/devices.texi
@@ -0,0 +1,21 @@
+ at chapter Device Options
+ at 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 - at var{option} @var{value} in the
+FFmpeg tools, or by setting the value explicitly in the device
+ at code{AVFormatContext} options or using the @file{libavutil/opt.h} API
+for programmatic use.
+
+ at c man end DEVICE OPTIONS
+
+ at include indevs.texi
+ at include outdevs.texi
diff --git a/doc/ffmpeg-devices.texi b/doc/ffmpeg-devices.texi
index 9e004d5..b44bd72 100644
--- a/doc/ffmpeg-devices.texi
+++ b/doc/ffmpeg-devices.texi
@@ -17,27 +17,7 @@ libavdevice library.
 
 @c man end DESCRIPTION
 
- at chapter Device Options
- at 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 - at var{option} @var{value} in the
-FFmpeg tools, or by setting the value explicitly in the device
- at code{AVFormatContext} options or using the @file{libavutil/opt.h} API
-for programmatic use.
-
- at c man end DEVICE OPTIONS
-
- at include indevs.texi
- at include outdevs.texi
+ at include devices.texi
 
 @chapter See Also
 



More information about the ffmpeg-cvslog mailing list