mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[AVIFIL32] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73257
This commit is contained in:
parent
340722145f
commit
0c2925fa09
3 changed files with 3 additions and 2 deletions
|
@ -297,6 +297,7 @@ static HRESULT WINAPI IAVIFile_fnGetStream(IAVIFile *iface, IAVIStream **avis, D
|
|||
}
|
||||
|
||||
/* Sorry, but the specified stream doesn't exist */
|
||||
*avis = NULL;
|
||||
return AVIERR_NODATA;
|
||||
}
|
||||
|
||||
|
|
|
@ -490,7 +490,7 @@ PGETFRAME AVIFILE_CreateGetFrame(PAVISTREAM pStream)
|
|||
IAVIStream_AddRef(pStream);
|
||||
}
|
||||
|
||||
return (PGETFRAME)pg;
|
||||
return &pg->IGetFrame_iface;
|
||||
}
|
||||
|
||||
/***********************************************************************/
|
||||
|
|
|
@ -48,7 +48,7 @@ reactos/dll/win32/advpack # Synced to WineStaging-1.9.11
|
|||
reactos/dll/win32/atl # Synced to WineStaging-1.9.16
|
||||
reactos/dll/win32/atl80 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/atl100 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-1.9.16
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/bcrypt # Synced to WineStaging-1.9.4
|
||||
reactos/dll/win32/browseui # Out of sync
|
||||
reactos/dll/win32/cabinet # Synced to WineStaging-1.9.16
|
||||
|
|
Loading…
Reference in a new issue