comparison dca.c @ 8126:257459ea9e7b libavcodec

Comment typo
author banan
date Tue, 11 Nov 2008 08:46:29 +0000
parents a5e135f5bf32
children 146ac82af1e5
comparison
equal deleted inserted replaced
8125:a5e135f5bf32 8126:257459ea9e7b
62 /* Tables for mapping dts channel configurations to libavcodec multichannel api. 62 /* Tables for mapping dts channel configurations to libavcodec multichannel api.
63 * Some compromises have been made for special configurations. Most configurations 63 * Some compromises have been made for special configurations. Most configurations
64 * are never used so complete accuracy is not needed. 64 * are never used so complete accuracy is not needed.
65 * 65 *
66 * L = left, R = right, C = center, S = surround, F = front, R = rear, T = total, OV = overhead. 66 * L = left, R = right, C = center, S = surround, F = front, R = rear, T = total, OV = overhead.
67 * S -> back, when both rear and back are configured move one of them to the side channel 67 * S -> side, when both rear and back are configured move one of them to the side channel
68 * OV -> center back 68 * OV -> center back
69 * All 2 channel configurations -> CH_LAYOUT_STEREO 69 * All 2 channel configurations -> CH_LAYOUT_STEREO
70 */ 70 */
71 71
72 static const int64_t dca_core_channel_layout[] = { 72 static const int64_t dca_core_channel_layout[] = {