[FFmpeg-cvslog] r14612 - trunk/tests/seek.regression.ref
Aurelien Jacobs
aurel
Tue Aug 5 02:46:27 CEST 2008
Hi,
Sorry for the mail bombing...
I wanted to do a major cleanup of matroskadec since a long time and
I finally got to it.
I tried hard to keep each change small and self contained, hence the
huge number of commit.
Anyway, the cleanup was worth it. Just some numbers:
** before **
$ wc matroskadec.c
3212 8783 107324 matroskadec.c
$ size matroskadec.o
text data bss dec hex filename
39334 64 0 39398 99e6 matroskadec.o
** after **
$ wc matroskadec.c
1621 5140 57271 matroskadec.c
$ size matroskadec.o
text data bss dec hex filename
18748 64 0 18812 497c matroskadec.o
=> both object size and lines of code divided by 2...
Aurel
More information about the ffmpeg-cvslog
mailing list