libeplayer: set 65535 as maximum PES length

This commit is contained in:
martii
2013-02-26 19:57:15 +01:00
committed by Stefan Seyfried
parent e99a8fd76a
commit 78307db056

View File

@@ -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