passing MpegTSFilter to the filters instead of a random void *opaque
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Jun 2007 13:57:00 +0000 (13:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Jun 2007 13:57:00 +0000 (13:57 +0000)
commit4d9a577e303bbb4e418ceb1ecc7ff4bcff51ed64
tree61fbda0d766f68919d1bc9e5d30a48ffa7bbf9e1
parent69621690ab41c28de67972f6c371af96d2b57296
passing MpegTSFilter to the filters instead of a random void *opaque
code is simler and the filters now know the pid they are filtering so one
filter callback can be used with more then one pid at the same time

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