]> git.sesse.net Git - vlc/commitdiff
Fix typo in comment.
authorVicente Jimenez Aguilar <googuy@gmail.com>
Thu, 18 Feb 2010 17:17:03 +0000 (18:17 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 Feb 2010 16:31:22 +0000 (17:31 +0100)
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: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/ts.c

index 196d9abb8dfc8a6498c3fae0f8806bc7dee72a3f..88be47fdbeaec5da47d89ac5f818b3c5db9e9a93 100644 (file)
@@ -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;
             }