Michael Niedermayer db4903f4e4 ffv1: avoid checking a double for equality
if 0.0 != 0.0 a out of array read would occur, equal checks
with floating point may behave in such odd ways, though
this is very unlikely in a real implementation of a compiler

Fixes: CID718936
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 54b2d317ed)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-25 21:12:40 +02:00
2012-10-25 21:12:39 +02:00
2012-01-26 22:25:29 +01:00
2011-12-05 20:04:48 +01:00
2012-09-13 04:45:36 +02:00
2012-09-19 02:34:55 +02:00
2011-09-26 02:28:21 +02:00
2012-10-19 19:23:14 +02:00
2012-09-19 02:34:55 +02:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
S
Description
No description provided
Readme 229 MiB
Languages
C 89%
Assembly 8.4%
Makefile 1.4%
GLSL 0.4%
C++ 0.3%
Other 0.3%