1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

Add missing #includes to pass 'make checkheaders'.

Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-08-21 08:46:49 +00:00
parent ab1eff9c5c
commit da47f0eecb

View File

@ -28,6 +28,9 @@
#ifndef AVCODEC_WMAPRODATA_H #ifndef AVCODEC_WMAPRODATA_H
#define AVCODEC_WMAPRODATA_H #define AVCODEC_WMAPRODATA_H
#include <stddef.h>
#include <stdint.h>
/** /**
* @brief frequencies to divide the frequency spectrum into scale factor bands * @brief frequencies to divide the frequency spectrum into scale factor bands
*/ */