Commit 3c49814c authored by Christophe Massiot's avatar Christophe Massiot

* modules/demux/ts.c: PID 8191 is padding.

parent 4e12f06b
...@@ -500,6 +500,8 @@ static int Open( vlc_object_t *p_this ) ...@@ -500,6 +500,8 @@ static int Open( vlc_object_t *p_this )
pid->b_seen = VLC_FALSE; pid->b_seen = VLC_FALSE;
pid->b_valid = VLC_FALSE; pid->b_valid = VLC_FALSE;
} }
/* PID 8191 is padding */
p_sys->pid[8191].b_seen = VLC_TRUE;
p_sys->i_packet_size = i_packet_size; p_sys->i_packet_size = i_packet_size;
p_sys->b_udp_out = VLC_FALSE; p_sys->b_udp_out = VLC_FALSE;
p_sys->i_ts_read = 50; p_sys->i_ts_read = 50;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment