Browse Source

Comment typo

Originally committed as revision 15801 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benjamin Larsson 16 years ago
parent
commit
e22192ecc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dca.c

+ 1
- 1
libavcodec/dca.c View File

@@ -64,7 +64,7 @@ enum DCAMode {
* are never used so complete accuracy is not needed. * are never used so complete accuracy is not needed.
* *
* L = left, R = right, C = center, S = surround, F = front, R = rear, T = total, OV = overhead. * L = left, R = right, C = center, S = surround, F = front, R = rear, T = total, OV = overhead.
* S -> back, when both rear and back are configured move one of them to the side channel
* S -> side, when both rear and back are configured move one of them to the side channel
* OV -> center back * OV -> center back
* All 2 channel configurations -> CH_LAYOUT_STEREO * All 2 channel configurations -> CH_LAYOUT_STEREO
*/ */


Loading…
Cancel
Save