Nikolay Sivov : mfplat/allocator: Add initial implementation of sample allocator.
Module: wine Branch: master Commit: 0e7836c0ac8dca20864de33e86766cffdc4f2b5a URL: https://source.winehq.org/git/wine.git/?a=commit;h=0e7836c0ac8dca20864de33e8... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Wed Feb 3 14:27:59 2021 +0300 mfplat/allocator: Add initial implementation of sample allocator. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mfplat/mediatype.c | 2 +- dlls/mfplat/mfplat.spec | 1 + dlls/mfplat/sample.c | 671 +++++++++++++++++++++++++++++++++++++++++++++ dlls/mfplat/tests/mfplat.c | 5 +- 4 files changed, 677 insertions(+), 2 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0e7836c0ac8dca20864de...
participants (1)
-
Alexandre Julliard