diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2008-11-11 08:46:29 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2008-11-11 08:46:29 +0000 |
commit | e22192ecc3b679a54bf74e90b01d73e16f608413 (patch) | |
tree | ac3b68a72a130fee35fe726ed9f4ae01c43e799d /libavcodec/dca.c | |
parent | cd027b511e261254631b2f44eb98f59ddbb7cc14 (diff) | |
download | ffmpeg-e22192ecc3b679a54bf74e90b01d73e16f608413.tar.gz |
Comment typo
Originally committed as revision 15801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dca.c')
-rw-r--r-- | libavcodec/dca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dca.c b/libavcodec/dca.c index 462aeb55e0..b4f5897743 100644 --- a/libavcodec/dca.c +++ b/libavcodec/dca.c @@ -64,7 +64,7 @@ enum DCAMode { * 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. - * 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 * All 2 channel configurations -> CH_LAYOUT_STEREO */ |