summaryrefslogtreecommitdiff
authorMichael Niedermayer <michaelni@gmx.at>2013-01-12 18:09:54 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2013-01-12 18:09:54 (GMT)
commit93bc0f0180391dd05a5ee35d5b776ab13ac81ab9 (patch)
treee70d94d1d2394b2e0179abaf624def7242a7a091
parent1c14c3412ea1bac5d02be284103c153599044564 (diff)
downloadffmpeg-93bc0f0180391dd05a5ee35d5b776ab13ac81ab9.zip
ffmpeg-93bc0f0180391dd05a5ee35d5b776ab13ac81ab9.tar.gz
ffmpeg-93bc0f0180391dd05a5ee35d5b776ab13ac81ab9.tar.bz2
swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below
This allows using code working with 4 at a time Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rw-r--r--libswresample/noise_shaping_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/noise_shaping_data.c b/libswresample/noise_shaping_data.c
index fee2c96..77e0f2e 100644
--- a/libswresample/noise_shaping_data.c
+++ b/libswresample/noise_shaping_data.c
@@ -190,6 +190,7 @@ static double const shl44[] = {
-0.71733748912811279297, 1.0737057924270629883, -1.0225815773010253906,
0.56649994850158691406, -0.20968692004680633545, -0.065378531813621520996,
0.10322438180446624756, -0.067442022264003753662, -0.00495197344571352005,
+ 0,
};
static double const shh44[] = {
3.0259189605712890625, -6.0268716812133789062, 9.195003509521484375,