]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
picons: lower the buffer size
authorJaroslav Kysela <perex@perex.cz>
Thu, 2 Oct 2014 17:50:21 +0000 (19:50 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 2 Oct 2014 17:50:21 +0000 (19:50 +0200)
src/input/mpegts/mpegts_service.c

index 59755f50fb8931d7720a693edffe298ff787e554..507e9a29b4072b5c746f6a45a18e8dd94f539a8f 100644 (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) {