Browse Source

infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)

Originally committed as revision 1310 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
8aa1e3da03
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ffmpeg.c

+ 3
- 0
ffmpeg.c View File

@@ -31,6 +31,9 @@
#include <time.h>
#include <ctype.h>

#if !defined(INFINITY) && defined(HUGE_VAL)
#define INFINITY HUGE_VAL
#endif

#define MAXINT64 INT64_C(0x7fffffffffffffff)



Loading…
Cancel
Save