summaryrefslogtreecommitdiff
path: root/libavcodec/metasound_data.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-01-02 23:08:00 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-01-08 05:05:10 +0100
commitf25b1742f00a57d5564fa8cc1db377b431ed0c40 (patch)
treec7c1bb01b808b2714a7e2fdc064d400d1ac0825d /libavcodec/metasound_data.h
parent9c318b30f3526195eb465d2afda0be511806c89c (diff)
avcodec/metasound: Deduplicate data
Saves about 13KB; also reduces the amount of relocations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/metasound_data.h')
-rw-r--r--libavcodec/metasound_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/metasound_data.h b/libavcodec/metasound_data.h
index 5c334113cc..6c290157e0 100644
--- a/libavcodec/metasound_data.h
+++ b/libavcodec/metasound_data.h
@@ -40,10 +40,7 @@ extern const TwinVQModeTab ff_metasound_mode2224s;
extern const TwinVQModeTab ff_metasound_mode2232;
extern const TwinVQModeTab ff_metasound_mode2232s;
extern const TwinVQModeTab ff_metasound_mode4432;
-extern const TwinVQModeTab ff_metasound_mode4432s;
extern const TwinVQModeTab ff_metasound_mode4440;
-extern const TwinVQModeTab ff_metasound_mode4440s;
extern const TwinVQModeTab ff_metasound_mode4448;
-extern const TwinVQModeTab ff_metasound_mode4448s;
#endif /* AVCODEC_METASOUND_DATA_H */