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
Include stdint.h instead of inttypes.h, it is enough for what this file need.
Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Vitor Sessak
15 years ago
parent
b20359f51a
commit
ef4a93426a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ws-snd1.c
+ 1
- 1
libavcodec/ws-snd1.c
View File
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <int
types
.h>
#include <
std
int.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
Write
Preview
Loading…
Cancel
Save