[vlc-commits] demux: ts: fix pre pmt SI continuity warnings
Francois Cartegnie
git at videolan.org
Sun Jan 1 18:45:23 CET 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Dec 30 19:14:30 2016 +0100| [f77bb3953a4178212d1873e69323f6c2f19075a7] | committer: Francois Cartegnie
demux: ts: fix pre pmt SI continuity warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f77bb3953a4178212d1873e69323f6c2f19075a7
---
modules/demux/mpeg/ts_pid.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/mpeg/ts_pid.c b/modules/demux/mpeg/ts_pid.c
index 56f3345..53a6894 100644
--- a/modules/demux/mpeg/ts_pid.c
+++ b/modules/demux/mpeg/ts_pid.c
@@ -104,6 +104,7 @@ ts_pid_t * ts_pid_Get( ts_pid_list_t *p_list, uint16_t i_pid )
//return NULL;
}
+ p_pid->i_cc = 0xff;
p_pid->i_pid = i_pid;
p_list->pp_all[p_list->i_all++] = p_pid;
More information about the vlc-commits
mailing list