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