comparison ra288.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 5a114f24632a
children
comparison
equal deleted inserted replaced
7995:1fbfce20cb79 7996:b3ce73df10bb
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef AVCODEC_RA288_H 22 #ifndef AVCODEC_RA288_H
23 #define AVCODEC_RA288_H 23 #define AVCODEC_RA288_H
24
25 #include <stdint.h>
24 26
25 static const float amptable[8]={ 27 static const float amptable[8]={
26 0.515625, 0.90234375, 1.57910156, 2.76342773, 28 0.515625, 0.90234375, 1.57910156, 2.76342773,
27 -0.515625, -0.90234375, -1.57910156, -2.76342773 29 -0.515625, -0.90234375, -1.57910156, -2.76342773
28 }; 30 };