summaryrefslogtreecommitdiff
path: root/libavcodec/aac_tablegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac_tablegen.c')
-rw-r--r--libavcodec/aac_tablegen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/aac_tablegen.c b/libavcodec/aac_tablegen.c
index de1c9578a7..33a179f51e 100644
--- a/libavcodec/aac_tablegen.c
+++ b/libavcodec/aac_tablegen.c
@@ -31,9 +31,7 @@ int main(void)
write_fileheader();
- printf("const float ff_aac_pow2sf_tab[428] = {\n");
- write_float_array(ff_aac_pow2sf_tab, 428);
- printf("};\n");
+ WRITE_ARRAY("const", float, ff_aac_pow2sf_tab);
return 0;
}