1
0
Fork 0
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:
Adam Boot 2006-11-08 22:00:45 +00:00
parent 0a220b6da6
commit c1916afa41
3 changed files with 241 additions and 49 deletions

View file

@ -584,5 +584,7 @@ int flac_decode_frame(FLACContext *s,
break;
}
s->framesize = (get_bits_count(&s->gb)+7)>>3;
return 0;
}