mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
wineqtdecoder: Tweak required for processing MPEG streams.
This commit is contained in:
parent
d07f46e8a8
commit
a9e400b66a
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue