Mercurial > libavcodec.hg
changeset 7996:b3ce73df10bb libavcodec
Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com.
author | diego |
---|---|
date | Sat, 04 Oct 2008 11:20:02 +0000 |
parents | 1fbfce20cb79 |
children | d38acad6d4bb |
files | aacpsy.h ra288.h |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/aacpsy.h Sat Oct 04 10:26:17 2008 +0000 +++ b/aacpsy.h Sat Oct 04 11:20:02 2008 +0000 @@ -24,7 +24,7 @@ #include "avcodec.h" #include "aac.h" -#include "lowpass.h" +//#include "lowpass.h" enum AACPsyModelType{ AAC_PSY_TEST, ///< a sample model to exercise encoder
--- a/ra288.h Sat Oct 04 10:26:17 2008 +0000 +++ b/ra288.h Sat Oct 04 11:20:02 2008 +0000 @@ -22,6 +22,8 @@ #ifndef AVCODEC_RA288_H #define AVCODEC_RA288_H +#include <stdint.h> + static const float amptable[8]={ 0.515625, 0.90234375, 1.57910156, 2.76342773, -0.515625, -0.90234375, -1.57910156, -2.76342773