Commit c720c691 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/dsd: Use double for LUTs

Needed to make DSD->PCM conversion bitexact across arches.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 2f59648a
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment