Add missing #includes to pass 'make checkheaders'.

Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent ab1eff9c5c
commit da47f0eecb
  1. 3
      libavcodec/wmaprodata.h

@ -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
*/

Loading…
Cancel
Save