]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: fix iteration count in add_pid_to_pmt()
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Nov 2014 18:31:59 +0000 (19:31 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 4 Nov 2014 18:31:59 +0000 (19:31 +0100)
commit786594184a1797cc4b573001f3eeb188d5912062
tree37fcf691ff35c702a148f2c2a3918461838d06e8
parent09024fe681e1969cedff9cb8fcf949ac992b7c06
avformat/mpegts: fix iteration count in add_pid_to_pmt()

Fixes accessing uninitialized memory

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mpegts.c