Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2008-11-11 11:46:29 +0300
committerBenjamin Larsson <banan@ludd.ltu.se>2008-11-11 11:46:29 +0300
commite22192ecc3b679a54bf74e90b01d73e16f608413 (patch)
treeac3b68a72a130fee35fe726ed9f4ae01c43e799d /libavcodec/dca.c
parentcd027b511e261254631b2f44eb98f59ddbb7cc14 (diff)
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.c2
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
*/