[FFmpeg-cvslog] doc/filters: prefer "special" over "magic" for special input/output labels
Stefano Sabatini
git at videolan.org
Sat Jul 14 11:41:57 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jul 14 11:10:24 2012 +0200| [bd58f00ec150456a7a8b82f0395d5e9e840edae5] | committer: Stefano Sabatini
doc/filters: prefer "special" over "magic" for special input/output labels
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd58f00ec150456a7a8b82f0395d5e9e840edae5
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 6d2553f..2d65293 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -39,7 +39,7 @@ chain are separated by commas. In our example, @var{split, fifo,
overlay} are in one linear chain, and @var{fifo, crop, vflip} are in
another. The points where the linear chains join are labeled by names
enclosed in square brackets. In our example, that is @var{[T1]} and
- at var{[T2]}. The magic labels @var{[in]} and @var{[out]} are the points
+ at var{[T2]}. The special labels @var{[in]} and @var{[out]} are the points
where video is input and output.
Some filters take in input a list of parameters: they are specified
More information about the ffmpeg-cvslog
mailing list