]> git.sesse.net Git - vlc/commitdiff
remove unusefull comment
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 13 Aug 2005 13:49:04 +0000 (13:49 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 13 Aug 2005 13:49:04 +0000 (13:49 +0000)
modules/demux/ts.c

index 68c67cd5f17b74a0bcf556d6479bb44ca8472432..448292c1d9f01e16ea09d55561ee09ab9fe9b8df 100644 (file)
@@ -1690,7 +1690,6 @@ static vlc_bool_t GatherPES( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk )
         }
         else if( i_diff != 0 && !b_discontinuity )
         {
-            /* FIXME what to do when discontinuity_indicator is set ? */
             msg_Warn( p_demux, "discontinuity received 0x%x instead of 0x%x (pid=%d)",
                       i_cc, ( pid->i_cc + 1 )&0x0f, pid->i_pid );