Merge tag 'v0.18.11'

This commit is contained in:
Max Kellermann
2014-05-12 18:38:45 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ bool
OggExpectPageSeek(ogg_sync_state &oy, ogg_page &page,
Decoder *decoder, InputStream &input_stream)
{
size_t remaining_skipped = 16384;
size_t remaining_skipped = 32768;
while (true) {
int r = ogg_sync_pageseek(&oy, &page);