Commit 7cf58e36 authored by michael's avatar michael

1.0 and the resulting exactly representable value must be marked as float as well,

gcc is hopelessly trash.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23119 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent afbc88ac
......@@ -40,7 +40,7 @@
#include "mathops.h"
#if CONFIG_FLOAT
# define SHR(a,b) ((a)*(1.0/(1<<(b))))
# define SHR(a,b) ((a)*(1.0f/(1<<(b))))
# define compute_antialias compute_antialias_float
# define FIXR_OLD(a) ((int)((a) * FRAC_ONE + 0.5))
# define FIXR(x) ((float)(x))
......
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