]> git.sesse.net Git - vlc/commitdiff
* modules/demux/ts.c: PID 8191 is padding.
authorChristophe Massiot <massiot@videolan.org>
Mon, 19 Sep 2005 12:59:58 +0000 (12:59 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 19 Sep 2005 12:59:58 +0000 (12:59 +0000)
modules/demux/ts.c

index ed39a879380ff92c27a0abeed1031ea7fdb505c2..fb75ce7930a891212d9252c500ebf4d88007785d 100644 (file)
@@ -500,6 +500,8 @@ static int Open( vlc_object_t *p_this )
         pid->b_seen     = 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->b_udp_out = VLC_FALSE;
     p_sys->i_ts_read = 50;