1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00

Use 2MB ringbuffer per device.

This commit is contained in:
Rolf Ahrenberg 2016-05-12 23:46:27 +03:00
parent 793aab17d7
commit 473e016152

View File

@ -17,7 +17,7 @@
#define SATIP_MAX_DEVICES MAXDEVICES
#define SATIP_BUFFER_SIZE KILOBYTE(1024)
#define SATIP_BUFFER_SIZE KILOBYTE(2048)
#define SATIP_DEVICE_INFO_ALL 0
#define SATIP_DEVICE_INFO_GENERAL 1