OSDN Git Service

Split parts of dvdata.h into dvdata.c, this ensures that things like
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 16 Oct 2009 07:55:57 +0000 (07:55 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 16 Oct 2009 07:55:57 +0000 (07:55 +0000)
commitc76911bd658377003293f65e3f83aed59029c624
tree6c40e4d0f9966e61a724e23aff4adf22ff5abb06
parent046c40010390af94bf3379f7e1eff9b5a5ddd250
Split parts of dvdata.h into dvdata.c, this ensures that things like
work_chunks_* and dv_idct_factor_* variables appear only once in the binary
instead of 3 times.
Saves 3264 bytes in .rodata and 312416 bytes in .bss on x86_64.

Originally committed as revision 20246 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/dv.c
libavcodec/dvdata.c [new file with mode: 0644]
libavcodec/dvdata.h
libavformat/dv.c
libavformat/dvenc.c