mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 571816 - Notify video buffering logic of WebM file reads. r=doublec
This commit is contained in:
parent
2a28c408a3
commit
2a541c4870
@ -84,6 +84,7 @@ static int webm_read(void *aBuffer, size_t aLength, void *aUserData)
|
||||
eof = PR_TRUE;
|
||||
break;
|
||||
}
|
||||
decoder->NotifyBytesConsumed(bytes);
|
||||
aLength -= bytes;
|
||||
p += bytes;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user