mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Decreased the default buffer size.
This commit is contained in:
parent
5795bb58af
commit
30e8040f99
2
common.h
2
common.h
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#define ELEMENTS(x) (sizeof(x) / sizeof(x[0]))
|
#define ELEMENTS(x) (sizeof(x) / sizeof(x[0]))
|
||||||
|
|
||||||
#define SATIP_BUFFER_SIZE MEGABYTE(1)
|
#define SATIP_BUFFER_SIZE KILOBYTE(512)
|
||||||
|
|
||||||
#define SATIP_DEVICE_INFO_ALL 0
|
#define SATIP_DEVICE_INFO_ALL 0
|
||||||
#define SATIP_DEVICE_INFO_GENERAL 1
|
#define SATIP_DEVICE_INFO_GENERAL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user