forked from FFmpeg/FFmpeg
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
avcodec/metasound_data: Split file into metasound-only and shared stuff
Currently, lavc/metasound_data.c contains two types of data: TwinVQModeTabs that are only used by the metasound decoder and some arrays of floats that are used both by MetaSound and TwinVQ. This commit changes this: The MetaSound-only data is moved into metasound_data.h which is now directly included into metasound.c (the TwinVQModeTabs are made static). The rest is moved into a new file, metasound_twinvq_data.h which is directly included into twinvq.c (the common file of the MetaSound and TwinVQ decoders). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- Loading branch information
Showing
8 changed files
with
14,753 additions
and
14,771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters