diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-18 12:57:16 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-28 09:38:45 +0200 |
commit | 6856cabd1386dbd8d5e99ae39042a826b6b141ad (patch) | |
tree | 9b06911b3567168ccb1b0062897aebf4459e35cf /libavcodec/metasound_data.h | |
parent | f8efd890bf2ea424b263a02772e4107f80608b59 (diff) | |
download | ffmpeg-6856cabd1386dbd8d5e99ae39042a826b6b141ad.tar.gz |
avcodec/metasound_data: Move data shared with twinvq into a new file
Namely into a header metasound_twinvq_data.h included
in twinvq.c (the common file of MetaSound and TwinVQ).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/metasound_data.h')
-rw-r--r-- | libavcodec/metasound_data.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/metasound_data.h b/libavcodec/metasound_data.h index 24c77c3868..6c290157e0 100644 --- a/libavcodec/metasound_data.h +++ b/libavcodec/metasound_data.h @@ -27,12 +27,6 @@ #include "twinvq.h" -extern const float ff_metasound_lsp8[]; -extern const float ff_metasound_lsp11[]; -extern const float ff_metasound_lsp16[]; -extern const float ff_metasound_lsp22[]; -extern const float ff_metasound_lsp44[]; - extern const TwinVQModeTab ff_metasound_mode0806; extern const TwinVQModeTab ff_metasound_mode0806s; extern const TwinVQModeTab ff_metasound_mode0808; |