ffmpeg | branch: release/2.8 | Michael Niedermayer <mich...@niedermayer.cc> | Wed Nov 1 14:00:18 2017 +0100| [fd1854647bdba8211a6af800fd2b808d8356edaa] | committer: Michael Niedermayer
avutil/softfloat: Add FLOAT_MIN Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd1854647bdba8211a6af800fd2b808d8356edaa --- libavutil/softfloat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h index 1e77c12766..b7340577bc 100644 --- a/libavutil/softfloat.h +++ b/libavutil/softfloat.h @@ -43,6 +43,7 @@ static const SoftFloat FLOAT_EPSILON = { 0x29F16B12, -16}; static const SoftFloat FLOAT_1584893192 = { 0x32B771ED, 1}; static const SoftFloat FLOAT_100000 = { 0x30D40000, 17}; static const SoftFloat FLOAT_0999999 = { 0x3FFFFBCE, 0}; +static const SoftFloat FLOAT_MIN = { 0x20000000, MIN_EXP}; static inline av_const double av_sf2double(SoftFloat v) { v.exp -= ONE_BITS +1; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog