Commit 191c3dd1 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: ts: set MIN_ES_PID to 4

parent 8fc61bcf
......@@ -319,7 +319,7 @@ typedef struct
int i_service;
} vdr_info_t;
#define MIN_ES_PID 32
#define MIN_ES_PID 4 /* Should be 32.. broken muxers */
#define MAX_ES_PID 8190
struct demux_sys_t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment