1
0
Fork 0
forked from len0rd/rockbox

mpeg_parser: fix a typo in the comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2011-01-04 19:02:01 +00:00
parent c1d8840b31
commit 92f602f48f

View file

@ -291,7 +291,7 @@ static void init_times(struct stream *str)
/* Probe for many for the start because a stamp or two could be anomalous.
* Video also can also have things out of order. How many? There isn't any
* "right" value but just a few seems suffient to filter some bad cases.
* "right" value but just a few seems sufficient to filter some bad cases.
* Too many and file loading could take too long. */
for (i = 5; i > 0;)
{