mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 23:43:00 +02:00
libeplayer: set 65535 as maximum PES length
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
#ifdef MARTII
|
||||
#define MAX_PES_PACKET_SIZE (6+65535)
|
||||
#define MAX_PES_PACKET_SIZE (65535)
|
||||
#else
|
||||
#define MAX_PES_PACKET_SIZE 65400
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user