[FFmpeg-cvslog] dca: Move data tables from a header to an object file
Diego Biurrun
git at videolan.org
Mon Feb 16 02:55:23 CET 2015
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Feb 15 20:03:03 2015 +0100| [3a651f599a18b023602370b67a77eb0efa309b20] | committer: Diego Biurrun
dca: Move data tables from a header to an object file
This allows sharing them with the DCA XLL extension w/o duplication.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a651f599a18b023602370b67a77eb0efa309b20
---
libavcodec/Makefile | 3 +-
libavcodec/dcadata.c | 7752 ++++++++++++++++++++++++++++++++++++++++++++++++++
libavcodec/dcadata.h | 7737 +------------------------------------------------
libavcodec/dcadec.c | 78 +-
4 files changed, 7816 insertions(+), 7754 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commitdiff;h=3a651f599a18b023602370b67a77eb0efa309b20
More information about the ffmpeg-cvslog
mailing list