summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/deca52.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/deca52.c b/libhb/deca52.c
index 90dd9e738..0ebed24bc 100644
--- a/libhb/deca52.c
+++ b/libhb/deca52.c
@@ -70,7 +70,7 @@ static hb_buffer_t * Decode( hb_work_object_t * w );
**********************************************************************/
static sample_t dynrng_call (sample_t c, void *data)
{
- double *level = (double *)data;
+ float *level = (float *)data;
float levelToUse = (float)*level;
if(c > 1.0 || levelToUse <= 1.0)
{