[vlc-commits] commit: Fix typo (Fabio Ritrovato )
git at videolan.org
git at videolan.org
Tue Mar 9 17:20:10 CET 2010
vlc | branch: master | Fabio Ritrovato <sephiroth87 at videolan.org> | Tue Mar 9 17:19:49 2010 +0100| [066b059ba824a8ec9155ecde84d707ba16d2a469] | committer: Fabio Ritrovato
Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=066b059ba824a8ec9155ecde84d707ba16d2a469
---
src/input/es_out.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/input/es_out.c b/src/input/es_out.c
index 67324f1..7c62573 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -2317,7 +2317,7 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args )
if( i_pts_delay > __MIN( i_pts_delay_base + i_jitter_max, INPUT_PTS_DELAY_MAX ) )
{
msg_Err( p_sys->p_input,
- "ES_OUT_SET_(GROUP_)PCR is called too late (jitter of %d ms ingnored)",
+ "ES_OUT_SET_(GROUP_)PCR is called too late (jitter of %d ms ignored)",
(int)(i_pts_delay - i_pts_delay_base) / 1000 );
i_pts_delay = p_sys->i_pts_delay;
}
More information about the vlc-commits
mailing list