diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-04-27 13:45:23 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-04 18:16:21 +0200 |
commit | 41ed7ab45fc693f7d7fc35664c0233f4c32d69bb (patch) | |
tree | 146a086cf7c1881d55f9261b58138983e13af21c /libavcodec/dcadata.c | |
parent | 5c31eaa9998b2185e0aa04d11adff128498dc14a (diff) | |
download | ffmpeg-41ed7ab45fc693f7d7fc35664c0233f4c32d69bb.tar.gz |
cosmetics: Fix spelling mistakes
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/dcadata.c')
-rw-r--r-- | libavcodec/dcadata.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |