picons: lower the buffer size

This commit is contained in:
Jaroslav Kysela 2014-10-02 19:50:21 +02:00
parent 370013bc47
commit 797b033c06

View file

@ -406,7 +406,7 @@ mpegts_service_channel_icon ( service_t *s )
if (ms->s_dvb_mux &&
idnode_is_instance(&ms->s_dvb_mux->mm_id, &dvb_mux_class)) {
int32_t hash = 0;
static __thread char buf[1024];
static __thread char buf[128];
dvb_mux_t *mmd = (dvb_mux_t*)ms->s_dvb_mux;
switch ( mmd->lm_tuning.dmc_fe_type) {