comparison qdm2_tablegen.h @ 11552:8bef88bc329d libavcodec

Include appropriate header in table generators instead of using a dummy av_cold define.
author reimar
date Mon, 29 Mar 2010 21:32:38 +0000
parents 424b8482f316
children 4b2300246240
comparison
equal deleted inserted replaced
11551:04f5fe406669 11552:8bef88bc329d
23 #ifndef QDM2_TABLEGEN_H 23 #ifndef QDM2_TABLEGEN_H
24 #define QDM2_TABLEGEN_H 24 #define QDM2_TABLEGEN_H
25 25
26 #include <stdint.h> 26 #include <stdint.h>
27 #include <math.h> 27 #include <math.h>
28 #include "../libavutil/attributes.h"
28 29
29 #define SOFTCLIP_THRESHOLD 27600 30 #define SOFTCLIP_THRESHOLD 27600
30 #define HARDCLIP_THRESHOLD 35716 31 #define HARDCLIP_THRESHOLD 35716
31 32
32 #if CONFIG_HARDCODED_TABLES 33 #if CONFIG_HARDCODED_TABLES