[FFmpeg-cvslog] avcodec/metasound_data: Include data into metasound.c directly
Andreas Rheinhardt
git at videolan.org
Fri Oct 28 10:46:15 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Oct 18 12:57:16 2022 +0200| [79508ee5231f66fa8333311da3725fe53f2dafea] | committer: Andreas Rheinhardt
avcodec/metasound_data: Include data into metasound.c directly
It is only used by metasound.c, so this allows to make
the data static.
To do this, remove metasound_data.h, rename metasound_data.c
into metasound_data.h (and add inclusion guards, remove ff_
prefixes etc.).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79508ee5231f66fa8333311da3725fe53f2dafea
---
libavcodec/Makefile | 3 +-
libavcodec/metasound.c | 26 +-
libavcodec/metasound_data.c | 13937 ------------------------------------------
libavcodec/metasound_data.h | 13932 ++++++++++++++++++++++++++++++++++++++++-
4 files changed, 13928 insertions(+), 13970 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commitdiff;h=79508ee5231f66fa8333311da3725fe53f2dafea
More information about the ffmpeg-cvslog
mailing list