Add required stdint.h header #include.

Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-07-05 10:16:27 +00:00
parent 9906a2be76
commit 0e74e1ff3c
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* MLP parser
*/
#include <stdint.h>
#include "libavutil/crc.h"
#include "bitstream.h"
#include "parser.h"

View File

@ -24,6 +24,8 @@
* MLP decoder
*/
#include <stdint.h>
#include "avcodec.h"
#include "libavutil/intreadwrite.h"
#include "bitstream.h"