[FFmpeg-devel] [PATCH 1/2] avformat/mpegtsenc: Don't use heap allocated array to store pids

Andriy Gelman andriy.gelman at gmail.com
Tue May 12 06:11:50 EEST 2020


On Fri, 01. May 17:54, Marton Balint wrote:
> 
> 
> On Thu, 30 Apr 2020, Andriy Gelman wrote:
> 
> > From: Andriy Gelman <andriy.gelman at gmail.com>
> > 
> > A temporary heap array currently stores pids from all streams.  It is
> > used to make sure there are no duplicated pids. However, this array is
> > not needed because the pids from past streams are stored in the
> > MpegTSWriteStream structs.
> > 
> 
> LGTM, thanks.
> 
> Marton
> 

Hi Marton, 

Thanks for the review.
Is it ok to push both patches? 

-- 
Andriy


More information about the ffmpeg-devel mailing list