1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-04-29 12:54:10 +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
+3
View File
@@ -28,6 +28,9 @@
#ifndef AVCODEC_WMAPRODATA_H
#define AVCODEC_WMAPRODATA_H
#include <stddef.h>
#include <stdint.h>
/**
* @brief frequencies to divide the frequency spectrum into scale factor bands
*/