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:
parent
ab1eff9c5c
commit
da47f0eecb
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user