mirror of https://github.com/mpv-player/mpv
Fix input/output channel mixup in the pan filter description.
patch by Heikki Rauhala, hvrauhal gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30449 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9b6b3ff08c
commit
1f78fb8889
|
@ -930,8 +930,8 @@ more. Unfortunately, the suboptions are much more complicated.
|
|||
<para>
|
||||
The remaining suboptions specify how much of each channel gets mixed into each
|
||||
other channel. This is the complicated part. To break the task down, split the
|
||||
suboptions into several sets, one set for each output channel. Each suboption
|
||||
within a set corresponds to an input channel. The number you specify will be
|
||||
suboptions into several sets, one set for each input channel. Each suboption
|
||||
within a set corresponds to an output channel. The number you specify will be
|
||||
the percentage of the input channel that gets mixed into the output channel.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue