Browse Source

Add missing headers to get 'make checkheaders' closer to passing.

Originally committed as revision 15932 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
4b5f19074e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/qcelpdata.h

+ 2
- 0
libavcodec/qcelpdata.h View File

@@ -29,7 +29,9 @@
* @remark FFmpeg merging spearheaded by Kenan Gillet
*/

#include <stddef.h>
#include <stdint.h>
#include "libavutil/common.h"

/**
* pre-calculated table for hammsinc function


Loading…
Cancel
Save