doc/filters:vf_stereo3d: update to recent changes

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-09-06 11:53:34 +00:00
parent b6cc8ec7ec
commit 50d9121afc
1 changed files with 12 additions and 6 deletions

View File

@ -9816,6 +9816,12 @@ alternating frames (left eye first, right eye second)
@item ar
alternating frames (right eye first, left eye second)
@item irl
interleaved rows (left eye has top row, right eye starts on next row)
@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)
@item irl
interleaved rows (left eye has top row, right eye starts on next row)
@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
@item icl
interleaved columns, left eye first
@item icr
interleaved columns, right eye first
@end table
Default value is @samp{arcd}.