[vlc-commits] demux: ts: only create probed es in hotfix
Francois Cartegnie
git at videolan.org
Wed Dec 14 14:14:02 CET 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Dec 14 13:16:13 2016 +0100| [1f3e0ea9429029704b3d1368133c849b1f4254dd] | committer: Francois Cartegnie
demux: ts: only create probed es in hotfix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f3e0ea9429029704b3d1368133c849b1f4254dd
---
modules/demux/mpeg/ts_hotfixes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mpeg/ts_hotfixes.c b/modules/demux/mpeg/ts_hotfixes.c
index 85c6728..76bac43 100644
--- a/modules/demux/mpeg/ts_hotfixes.c
+++ b/modules/demux/mpeg/ts_hotfixes.c
@@ -348,7 +348,7 @@ void MissingPATPMTFixup( demux_t *p_demux )
i_pcr_pid,
NULL,
1, &pmtprogramstream, &i_program_number,
- i_num_pes, mapped );
+ j, mapped );
}
free(esstreams);
free(mapped);
More information about the vlc-commits
mailing list