[FFmpeg-cvslog] doc/filters:vf_stereo3d: update to recent changes

Paul B Mahol git at videolan.org
Mon Sep 7 13:46:14 CEST 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Sep  6 11:53:34 2015 +0000| [50d9121afc66ceeadb1d0e8a3030f43d40d5f48a] | committer: Paul B Mahol

doc/filters:vf_stereo3d: update to recent changes

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 doc/filters.texi |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index fc7cdeb..4d69cd4 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9816,6 +9816,12 @@ alternating frames (left eye first, right eye second)
 @item ar
 alternating frames (right eye first, left eye second)
 
+ at item irl
+interleaved rows (left eye has top row, right eye starts on next row)
+
+ at item irr
+interleaved rows (right eye has top row, left eye starts on next row)
+
 Default value is @samp{sbsl}.
 @end table
 
@@ -9880,12 +9886,6 @@ anaglyph yellow/blue colored
 anaglyph yellow/blue color optimized with the least squares projection of dubois
 (yellow filter on left eye, blue filter on right eye)
 
- at item irl
-interleaved rows (left eye has top row, right eye starts on next row)
-
- at item irr
-interleaved rows (right eye has top row, left eye starts on next row)
-
 @item ml
 mono output (left eye only)
 
@@ -9897,6 +9897,12 @@ checkerboard, left eye first
 
 @item chr
 checkerboard, right eye first
+
+ at item icl
+interleaved columns, left eye first
+
+ at item icr
+interleaved columns, right eye first
 @end table
 
 Default value is @samp{arcd}.



More information about the ffmpeg-cvslog mailing list