comparison aacpsy.h @ 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 c4a4495715dd
children
comparison
equal deleted inserted replaced
7995:1fbfce20cb79 7996:b3ce73df10bb
22 #ifndef AVCODEC_AACPSY_H 22 #ifndef AVCODEC_AACPSY_H
23 #define AVCODEC_AACPSY_H 23 #define AVCODEC_AACPSY_H
24 24
25 #include "avcodec.h" 25 #include "avcodec.h"
26 #include "aac.h" 26 #include "aac.h"
27 #include "lowpass.h" 27 //#include "lowpass.h"
28 28
29 enum AACPsyModelType{ 29 enum AACPsyModelType{
30 AAC_PSY_TEST, ///< a sample model to exercise encoder 30 AAC_PSY_TEST, ///< a sample model to exercise encoder
31 AAC_PSY_3GPP, ///< model following recommendations from 3GPP TS 26.403 31 AAC_PSY_3GPP, ///< model following recommendations from 3GPP TS 26.403
32 32