Commit d2a8d7c1 authored by Vicente Jimenez Aguilar's avatar Vicente Jimenez Aguilar Committed by Jean-Baptiste Kempf

Fix typo in comment.

I was looking for a memory leak when I have a lot of
"ts demux warning: discontinuity received 'x' instead of 'y' (pid='xxx')"
messages.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 82c5d9de
......@@ -1990,7 +1990,7 @@ static bool GatherPES( demux_t *p_demux, ts_pid_t *pid, block_t *p_bk )
pid->i_cc = i_cc;
if( pid->es->p_pes && pid->es->fmt.i_cat != VIDEO_ES )
{
/* Small video artifacts are usually better then
/* Small video artifacts are usually better than
* dropping full frames */
pid->es->p_pes->i_flags |= BLOCK_FLAG_CORRUPTED;
}
......
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