]> git.sesse.net Git - vlc/blobdiff - modules/demux/ts.c
* block: added
[vlc] / modules / demux / ts.c
index 75cd306c20e1a8118d83b4f0b892a990daa19164..dac70576f093b1c22784615b270de6630cd93cca 100644 (file)
@@ -1420,7 +1420,7 @@ static vlc_bool_t GatherPES( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk )
             {
                 /* Small video artifacts are usually better then
                  * dropping full frames */
-                pid->es->p_pes->i_flags |= BLOCK_FLAG_DISCONTINUITY;
+                pid->es->p_pes->i_flags |= BLOCK_FLAG_CORRUPTED;
             }
         }
     }