On Fri, Aug 14, 2020 at 10:08:06PM +0200, Marton Balint wrote:
>
>
> On Fri, 14 Aug 2020, lance.lmw...@gmail.com wrote:
>
> > From: Limin Wang
>
> I don't think this patch fits into libavformat. I am not a fan of dumping
> the descriptor data with AV_LOG_DEBUG, because libavformat is not a str
On Fri, 14 Aug 2020, lance.lmw...@gmail.com wrote:
From: Limin Wang
I don't think this patch fits into libavformat. I am not a fan of dumping
the descriptor data with AV_LOG_DEBUG, because libavformat is not a
stream analyzer. Also I don't see much benefit of parsing the whole
descriptor
From: Limin Wang
Signed-off-by: Limin Wang
---
libavformat/mpegts.c | 53 ++--
1 file changed, 47 insertions(+), 6 deletions(-)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index f71f18a5..72cc72a 100644
--- a/libavformat/mpegts.c
+++