forked from len0rd/rockbox
Sample-accurate seeking for FLAC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11474 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a220b6da6
commit
c1916afa41
3 changed files with 241 additions and 49 deletions
|
@ -584,5 +584,7 @@ int flac_decode_frame(FLACContext *s,
|
|||
break;
|
||||
}
|
||||
|
||||
s->framesize = (get_bits_count(&s->gb)+7)>>3;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue