mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
avcodec/dsd: Use double for LUTs
Needed to make DSD->PCM conversion bitexact across arches. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
0a41403bbf
commit
a9a369d5f1
@ -68,7 +68,7 @@ static const double htaps[HTAPS] = {
|
||||
3.423230509967409e-07, 1.244182214744588e-07, 3.130441005359396e-08
|
||||
};
|
||||
|
||||
static float ctables[CTABLES][256];
|
||||
static double ctables[CTABLES][256];
|
||||
|
||||
static av_cold void dsd_ctables_tableinit(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user