[vlc-commits] demux: ps: fix system header data passed to probing
Francois Cartegnie
git at videolan.org
Sun Mar 12 20:23:34 CET 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Mar 10 17:08:37 2017 +0100| [a01fdb7d15a944db0cc13ce7d766c4fffbf480fb] | committer: Francois Cartegnie
demux: ps: fix system header data passed to probing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a01fdb7d15a944db0cc13ce7d766c4fffbf480fb
---
modules/demux/mpeg/ps.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mpeg/ps.h b/modules/demux/mpeg/ps.h
index f177967..174ff87 100644
--- a/modules/demux/mpeg/ps.h
+++ b/modules/demux/mpeg/ps.h
@@ -424,7 +424,7 @@ static inline int ps_pkt_parse_system( block_t *p_pkt, ps_psm_t *p_psm,
if( !tk[i_tk].b_seen )
{
- if( !ps_track_fill( &tk[i_tk], p_psm, i_id, p_pkt ) )
+ if( !ps_track_fill( &tk[i_tk], p_psm, i_id, NULL ) )
{
tk[i_tk].b_seen = true;
}
More information about the vlc-commits
mailing list