]> git.sesse.net Git - vlc/blobdiff - include/config.h.in
* Big cleanup of the PS input plugin ;
[vlc] / include / config.h.in
index 5ea4e4dfef5083d51e25114355f83ace4dd28acc..caa7d5dc1e7ca68d390ad98986d0f884ff87b2c2 100644 (file)
 /* Maximum number of selected ES in an input thread */
 #define INPUT_MAX_SELECTED_ES           10
 
+/* Maximum size of a data packet (128 kB) */
+#define INPUT_MAX_PACKET_SIZE                  131072
+
 /* Maximum number of TS packets in the client at any time
  * INPUT_MAX_TS + 1 must be a power of 2, to optimize the %(INPUT_MAX_TS+1)
  * operation with a &INPUT_MAX_TS in the case of a fifo netlist.