[FFmpeg-devel] [PATCH] reduce duplicate data
Stefan Gehrer
stefan.gehrer
Wed Jun 25 17:23:18 CEST 2008
Three new patches to reduce duplicate data:
mpegaudiotab.diff:
remove alloc_table_0 as it is a duplicate of alloc_table_1,
only 12 bytes shorter
ff_log2run.diff
move ff_log2_run from jpegls to utils and reuse it in ffv1
h261cleanup.diff
h261dec.c and h261enc.c both included h261data.h thus duplicating
all data in it. The patch moves the include to h261.c instead and
makes tables non-static if necessary.
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ff_log2run.diff
Type: text/x-diff
Size: 3430 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080625/58cf5275/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: h261cleanup.diff
Type: text/x-diff
Size: 7903 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080625/58cf5275/attachment-0001.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpegaudiotab.diff
Type: text/x-diff
Size: 1984 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080625/58cf5275/attachment-0002.diff>
More information about the ffmpeg-devel
mailing list