mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 21:12:12 +00:00
Add required stdint.h header #include.
Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9906a2be76
commit
0e74e1ff3c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user