]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: never discard PAT pid
authorMarton Balint <cus@passwd.hu>
Sun, 27 Dec 2020 16:35:36 +0000 (17:35 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 9 Jan 2021 21:38:12 +0000 (22:38 +0100)
commit5ea37923a8aaa3f670c1455c783c10d3142f4a71
tree3441f9a26b39b83ff50e60c763cfaf174e14ae62
parent9298e8eb61f6c796aaf7c6e14e59f345318d2753
avformat/mpegts: never discard PAT pid

PID 0 was removed from the pid list when then PMT was parsed, it is better
to explictly avoid it from being discarded instead of keeing it in the list of
every program.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mpegts.c