Re: [FFmpeg-devel] [PATCH] avformat/mpegts: add skip_unknown_pids option

2018-05-08 Thread Aman Gupta
On Tue, May 8, 2018 at 12:54 PM, Aman Gupta wrote: > From: Aman Gupta > > Allows the user to skip streams that are not advertised in the PMT. > Disregard this patch. It combines two different things (skip pmt, skip streams without pmt) into one badly named option. Aman > --- > libavformat/m

[FFmpeg-devel] [PATCH] avformat/mpegts: add skip_unknown_pids option

2018-05-08 Thread Aman Gupta
From: Aman Gupta Allows the user to skip streams that are not advertised in the PMT. --- libavformat/mpegts.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 629631f60a..5464f48a8d 100644 --- a/libavformat/mpegts.c +++ b