Changeset 3dfc5f55 in ffmpeg

Timestamp:
Sep 15, 2013, 1:33:39 PM (11 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
e428632c
Parents:
60abdb6c
git-author:
Michael Niedermayer <michaelni@gmx.at> (05/09/13 14:41:56)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (09/15/13 13:33:39)
Message:

avfilter: avoid testing float == 0

This fixes the hypothetical case of rounding errors causing
incorrect values to be used.
We do not use *_EPSILON, because non trivial expressions can contain
errors larger than that making a zero equality test with *_EPSILON
unreliable.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.