Browse Source

Add missing #includes to pass 'make checkheaders'.

Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 16 years ago
parent
commit
da47f0eecb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/wmaprodata.h

+ 3
- 0
libavcodec/wmaprodata.h 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
*/


Loading…
Cancel
Save