[FFmpeg-devel] [PATCH] reduce duplicate data

Stefan Gehrer stefan.gehrer
Wed Jun 25 12:50:59 CEST 2008


Hi,

I have written a small program for a brute-force search of duplicate
tables in ffmpeg. The result is attached patch, which removes all
duplications between tables bigger than eight bytes.
Most of it is removing tables in vc1data.c which are already present in
msmpeg4data.c and should be straight-forward.
A bit more controversial is the merge of mvtab (h263data.h) and
ff_mpeg12_mbMotionVectorTable (mpeg12data.c) as it generates a new
dependency for VC1/WMV3 decoder on mpeg12data.o

Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: duplicates.diff
Type: text/x-diff
Size: 20168 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080625/663700b3/attachment.diff>



More information about the ffmpeg-devel mailing list