Changeset a1245d5c in ffmpeg

Timestamp:
Jul 1, 2012, 4:06:13 PM (12 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
3893feec
Parents:
710bd8a3
git-author:
Ronald S. Bultje <rsbultje@gmail.com> (06/22/12 10:05:21)
git-committer:
Martin Storsjö <martin@martin.st> (07/01/12 16:06:13)
Message:

mathematics: Don't use division by zero in NAN/INFINITY macros

Some compilers, MSVC among them, don't recognize the divisions by
zero as meaning infinity/nan.

These macros should, according to the standard, expand to constant
expressions, but this shouldn't matter for our usage.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

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