This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
10l
Originally committed as revision 3282 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
21 years ago
parent
da1da89044
commit
9ff18a7089
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavcodec/common.h
+ 2
- 1
libavcodec/common.h
View File
@@ -30,6 +30,7 @@
# include <stdio.h>
# include <string.h>
# include <ctype.h>
# include <limits.h>
# ifndef __BEOS__
# include <errno.h>
# else
@@ -130,7 +131,7 @@ typedef unsigned int uint_fast32_t;
#endif
#ifndef INT_BIT
# if INT_MAX
== INT64_MAX
# if INT_MAX
!= 2147483647
# define INT_BIT 64
# else
# define INT_BIT 32
Write
Preview
Loading…
Cancel
Save