mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02: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
|
* MLP parser
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libavutil/crc.h"
|
#include "libavutil/crc.h"
|
||||||
#include "bitstream.h"
|
#include "bitstream.h"
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
* MLP decoder
|
* MLP decoder
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "libavutil/intreadwrite.h"
|
#include "libavutil/intreadwrite.h"
|
||||||
#include "bitstream.h"
|
#include "bitstream.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user