From 41ed7ab45fc693f7d7fc35664c0233f4c32d69bb Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 27 Apr 2016 13:45:23 -0400 Subject: cosmetics: Fix spelling mistakes Signed-off-by: Diego Biurrun --- libavcodec/dcadata.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/dcadata.c') diff --git a/libavcodec/dcadata.c b/libavcodec/dcadata.c index 6c41aef3a8..2369f55c1b 100644 --- a/libavcodec/dcadata.c +++ b/libavcodec/dcadata.c @@ -47,7 +47,7 @@ const uint8_t ff_dca_bits_per_sample[7] = { /* ADPCM data */ -/* 16bits signed fractional Q13 binary codes */ +/* 16 bits signed fractional Q13 binary codes */ const int16_t ff_dca_adpcm_vb[4096][4] = { { 9928, -2618, -1093, -1263 }, { 11077, -2876, -1747, -308 }, @@ -4179,7 +4179,7 @@ const uint32_t ff_dca_scale_factor_quant7[128] = { 5011872, 5688529, 6456542, 7328245, 8317638, 0, 0, 0 }; -/* 20bits unsigned fractional binary codes */ +/* 20 bits unsigned fractional binary codes */ const uint32_t ff_dca_lossy_quant[32] = { 0, 6710886, 4194304, 3355443, 2474639, 2097152, 1761608, 1426063, 796918, 461373, 251658, 146801, 79692, 46137, 27263, 16777, @@ -4187,7 +4187,7 @@ const uint32_t ff_dca_lossy_quant[32] = { 84, 42, 21, 0, 0, 0, 0, 0 }; -/* 20bits unsigned fractional binary codes */ +/* 20 bits unsigned fractional binary codes */ const uint32_t ff_dca_lossless_quant[32] = { 0, 4194304, 2097152, 1384120, 1048576, 696254, 524288, 348127, 262144, 131072, 65431, 33026, 16450, 8208, 4100, 2049, -- cgit v1.2.3