summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/registry.c')
-rw-r--r--apps/codecs/Tremor/registry.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/Tremor/registry.c b/apps/codecs/Tremor/registry.c
index c0b5fec0cc..0882309b32 100644
--- a/apps/codecs/Tremor/registry.c
+++ b/apps/codecs/Tremor/registry.c
@@ -31,18 +31,18 @@ extern vorbis_func_residue residue1_exportbundle;
31extern vorbis_func_residue residue2_exportbundle; 31extern vorbis_func_residue residue2_exportbundle;
32extern vorbis_func_mapping mapping0_exportbundle; 32extern vorbis_func_mapping mapping0_exportbundle;
33 33
34vorbis_func_floor *_floor_P[]={ 34vorbis_func_floor *_floor_P[] = {
35 &floor0_exportbundle, 35 &floor0_exportbundle,
36 &floor1_exportbundle, 36 &floor1_exportbundle,
37}; 37};
38 38
39vorbis_func_residue *_residue_P[]={ 39vorbis_func_residue *_residue_P[] = {
40 &residue0_exportbundle, 40 &residue0_exportbundle,
41 &residue1_exportbundle, 41 &residue1_exportbundle,
42 &residue2_exportbundle, 42 &residue2_exportbundle,
43}; 43};
44 44
45vorbis_func_mapping *_mapping_P[]={ 45vorbis_func_mapping *_mapping_P[] = {
46 &mapping0_exportbundle, 46 &mapping0_exportbundle,
47}; 47};
48 48