Mercurial > mplayer.hg
changeset 33552:ee00679a24c1
Spelling fix.
author | reimar |
---|---|
date | Sat, 18 Jun 2011 08:07:53 +0000 |
parents | 5d5f66b52c62 |
children | 72e0e995ae86 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Jun 17 18:59:03 2011 +0000 +++ b/mplayer.c Sat Jun 18 08:07:53 2011 +0000 @@ -2548,7 +2548,7 @@ sh_video->last_pts = sh_video->pts; else if (sh_video->last_pts > sh_video->pts) { // make a guess whether this is some kind of discontinuity - // we should jump along with or some wron timestamps we + // we should jump along with or some wrong timestamps we // should replace instead if (sh_video->pts < sh_video->last_pts - 20 * sh_video->frametime) sh_video->last_pts = sh_video->pts;