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