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:
parent
c1d8840b31
commit
92f602f48f
1 changed files with 1 additions and 1 deletions
|
@ -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;)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue