Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: increase the input buffer size to 188000 by default
  • Loading branch information
perexg committed Oct 25, 2015
1 parent 661ba8c commit 784487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -1705,7 +1705,7 @@ linuxdvb_frontend_create
lfe->lfe_master = muuid ? strdup(muuid) : NULL;
strncpy(lfe->lfe_name, name, sizeof(lfe->lfe_name));
lfe->lfe_name[sizeof(lfe->lfe_name)-1] = '\0';
lfe->lfe_ibuf_size = 18800;
lfe->lfe_ibuf_size = 188000;
lfe->lfe_status_period = 1000;
lfe->lfe_pids_max = 32;
lfe = (linuxdvb_frontend_t*)mpegts_input_create0((mpegts_input_t*)lfe, idc, uuid, conf);
Expand Down

0 comments on commit 784487d

Please sign in to comment.