Commit db77ac6a authored by diego's avatar diego

Add required stdint.h header #include.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14077 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 319d3e83
......@@ -24,6 +24,8 @@
* MLP parser
*/
#include <stdint.h>
#include "libavutil/crc.h"
#include "bitstream.h"
#include "parser.h"
......
......@@ -24,6 +24,8 @@
* MLP decoder
*/
#include <stdint.h>
#include "avcodec.h"
#include "libavutil/intreadwrite.h"
#include "bitstream.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment