Nikolay Sivov : include: Add IMFVideoSampleAllocatorEx.
Module: wine Branch: master Commit: 99c1f2a0a8f3aa60728acc239e11dad669dd0bf9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=99c1f2a0a8f3aa60728acc239... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Thu Oct 29 18:03:11 2020 +0300 include: Add IMFVideoSampleAllocatorEx. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/mfidl.idl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/mfidl.idl b/include/mfidl.idl index 9f2d825bd5f..dd5de8d0d2f 100644 --- a/include/mfidl.idl +++ b/include/mfidl.idl @@ -1147,6 +1147,22 @@ interface IMFVideoSampleAllocatorCallback : IUnknown ); } +[ + object, + uuid(545b3a48-3283-4f62-866f-a62d8f598f9f), + local, + pointer_default(unique) +] +interface IMFVideoSampleAllocatorEx : IMFVideoSampleAllocator +{ + HRESULT InitializeSampleAllocatorEx( + DWORD initial_sample_count, + DWORD max_sample_count, + IMFAttributes *attributes, + IMFMediaType *media_type + ); +} + enum { MF_ACTIVATE_CUSTOM_MIXER_ALLOWFAIL = 0x00000001,
participants (1)
-
Alexandre Julliard