added structures and code to keep track of pids<->programs mapping: it's needed
authorNico Sabbi <nicola.sabbi@poste.it>
Tue, 25 Sep 2007 20:58:37 +0000 (20:58 +0000)
committerNico Sabbi <nicola.sabbi@poste.it>
Tue, 25 Sep 2007 20:58:37 +0000 (20:58 +0000)
commit172d1171d2ae2bda29c3060f7390293cb3a0b2d1
treef72d1cd58098209a588992d30e42e9dd61f00679
parent1d257254f165184f6bd5bc18702a93e4f9b54a57
added structures and code to keep track of pids<->programs mapping: it's needed
to decide which pids to discard in order to feed to the caller only AVProgram(s)
that have the AV_DISCARD_ALL flag not set

Originally committed as revision 10581 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mpegts.c