mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
wineqtdecoder: Tweak required for processing MPEG streams.
This commit is contained in:
parent
d07f46e8a8
commit
a9e400b66a
@ -460,6 +460,9 @@ static DWORD WINAPI QTSplitter_thread(LPVOID data)
|
||||
WaitForSingleObject(This->runEvent, -1);
|
||||
|
||||
This->state = State_Running;
|
||||
/* Prime the pump: Needed for MPEG streams */
|
||||
GetMovieNextInterestingTime(This->pQTMovie, nextTimeEdgeOK | nextTimeStep, 0, NULL, movie_time, 1, &next_time, NULL);
|
||||
|
||||
GetMovieTime(This->pQTMovie, &tr);
|
||||
do
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user