diff options
author | Andriy Gelman <andriy.gelman@gmail.com> | 2020-04-30 14:50:00 -0400 |
---|---|---|
committer | Andriy Gelman <andriy.gelman@gmail.com> | 2020-05-14 09:53:55 -0400 |
commit | 1dd0def976405c38b80e89a385e3eaad98988358 (patch) | |
tree | 7df70616ba12205d4ad416a59632555d770f5961 /Changelog | |
parent | e9668929b886b4a32064c3f857d34079fdf29612 (diff) | |
download | ffmpeg-1dd0def976405c38b80e89a385e3eaad98988358.tar.gz |
avformat/mpegtsenc: Don't use heap allocated array to store pids
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.
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
Diffstat (limited to 'Changelog')
0 files changed, 0 insertions, 0 deletions