Re: [FFmpeg-devel] [PATCH 2/2] avformat/mpegts: parse for AC-3 descriptor 6A

2020-08-14 Thread lance . lmwang
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

Re: [FFmpeg-devel] [PATCH 2/2] avformat/mpegts: parse for AC-3 descriptor 6A

2020-08-14 Thread Marton Balint
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

[FFmpeg-devel] [PATCH 2/2] avformat/mpegts: parse for AC-3 descriptor 6A

2020-08-14 Thread lance . lmwang
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