[vlc-devel] commit: Fix typo in comment. (Vicente Jimenez Aguilar )
git version control
git at videolan.org
Thu Feb 18 17:32:02 CET 2010
vlc | branch: master | Vicente Jimenez Aguilar <googuy at gmail.com> | Thu Feb 18 18:17:03 2010 +0100| [d2a8d7c11ae9c19ebf76f94e69eaac384fed4a34] | committer: 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: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2a8d7c11ae9c19ebf76f94e69eaac384fed4a34
---
modules/demux/ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 196d9ab..88be47f 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -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;
}
More information about the vlc-devel
mailing list