Mercurial > libavcodec.hg
diff tableprint.c @ 10827:3d011a01a6a0 libavcodec
Add support for hard-coded MDCT-related ff_sine_windows tables.
author | reimar |
---|---|
date | Sat, 09 Jan 2010 13:28:04 +0000 |
parents | 2980d9efc542 |
children | fe32d9ba1c86 |
line wrap: on
line diff
--- a/tableprint.c Sat Jan 09 07:57:26 2010 +0000 +++ b/tableprint.c Sat Jan 09 13:28:04 2010 +0000 @@ -39,6 +39,7 @@ WRITE_1D_FUNC(int8, int8_t, "%3"PRIi8, 15) WRITE_1D_FUNC(uint32, uint32_t, "0x%08"PRIx32, 7) +WRITE_1D_FUNC(float, float, "%.18e", 3) #define WRITE_2D_FUNC(name, type)\ void write_##name##_2d_array(const void *arg, int len, int len2)\