[vlc-devel] [PATCH] p_languages: avoid relocation
Rafaël Carré
funman at videolan.org
Mon Sep 10 15:23:00 CEST 2012
Le 10/09/2012 15:15, Rémi Denis-Courmont a écrit :
> IIRC, I already tried that but it made the run-time binary larger.
I would argue that if we wanted to optimize for memory, we would use
shorter strings (abbreviations) for this kind of table (especially for
the big vlc_fourcc_t tables that are only used for debugging).
> Le lundi 10 septembre 2012 16:06:37, Rafaël Carré a écrit :
>> ---
>> include/vlc_iso_lang.h | 2 +-
>> modules/access/dvdnav.c | 4 ++--
>> src/input/es_out.c | 2 +-
>> src/text/iso-639_def.h | 4 ++--
>> src/text/iso_lang.c | 6 +++---
>> 5 files changed, 9 insertions(+), 9 deletions(-)
>
More information about the vlc-devel
mailing list