summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndriy Gelman <andriy.gelman@gmail.com>2020-04-30 14:50:00 -0400
committerAndriy Gelman <andriy.gelman@gmail.com>2020-05-14 09:53:55 -0400
commit1dd0def976405c38b80e89a385e3eaad98988358 (patch)
tree7df70616ba12205d4ad416a59632555d770f5961 /configure
parente9668929b886b4a32064c3f857d34079fdf29612 (diff)
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 'configure')
0 files changed, 0 insertions, 0 deletions