diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-04 11:53:34 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-04 11:58:31 +0100 |
commit | 456146356a524ca7ff6ca148ee4c19fc66ee531e (patch) | |
tree | 95317a63d3a1b96db7947058d179622bac8c8992 /doc/filters.texi | |
parent | 87c1b7423385742bea13e7acc146939376cd349f (diff) | |
download | ffmpeg-456146356a524ca7ff6ca148ee4c19fc66ee531e.tar.gz |
avfilter/af_stereotools: add two more modes
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a4662e78f2..1288821170 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5499,6 +5499,12 @@ Mid/Side to Left/Left. @item ms>rr Mid/Side to Right/Right. + +@item ms>rl +Mid/Side to Right/Left. + +@item lr>l-r +Left/Right to Left - Right. @end table @item slev |