[FFmpeg-devel] [PATCH] Move rl_rvlc_intra and rl_rvlc_inter to mpeg4videodec.c.

Michael Niedermayer michaelni
Sun Feb 6 17:31:01 CET 2011


On Sun, Feb 06, 2011 at 04:15:12PM +0100, Diego Elio Petten? wrote:
> This does not make any huge difference, but it changes slightly the
> configuration of libavcodec:
> 
>      exec      data    rodata     relro       bss  overhead     total     filename
>   2702494     80598   2884616     38536   3943520     37555   9687319     libavcodec.so.52.old
>   2702622     80582   2884568     38536   3943520     37515   9687343     libavcodec.so.52
> 
> Overhead is reduced simply because the two symbols are no longer in the
> symbol table (.dynsym) and their names are no longer in the string table
> (.dynstr). I'm not really sure about the changes in exec; data is probably
> reduced by removing them from the PLT.
> ---
>  libavcodec/mpeg4data.h     |  209 --------------------------------------------
>  libavcodec/mpeg4video.h    |    4 -
>  libavcodec/mpeg4videodec.c |  209 ++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 209 insertions(+), 213 deletions(-)

this change is wrong

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Concerning the gods, I have no means of knowing whether they exist or not
or of what sort they may be, because of the obscurity of the subject, and
the brevity of human life -- Protagoras
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110206/fc7d5077/attachment.pgp>



More information about the ffmpeg-devel mailing list